Deep Peach (#FFCBA4)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.47:1 — vs black: 14.33:1
Color values
-
HEX
#FFCBA4 -
RGB
rgb(255, 203, 164) -
HSL
hsl(25, 100%, 82%) -
CMYK
cmyk( 0, 20, 36, 0 ) -
Websafe
#FFCC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FFCBA4 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FFCBA4
Base
#A4D8FF
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FFCBA4
Base
#FFA4AB
#FFF9A4
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FFCBA4
Base
#A4FFCB
#CBA4FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FFCBA4
Base
#A4FFF9
#A4ABFF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FFCBA4
Base
#ABFFA4
#A4D8FF
#F9A4FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FFCBA4
Base
#FF740B
#FF9F58
#FFB47B
#FFE2CD
#FFF0E6
Darker shades and lighter tints of Deep Peach, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0B00
#682D00
#B74E00
#FF7107
#FF9E55
#FFCBA4
Base
#FFD2B1
#FFDABE
#FFE1CB
#FFE9D8
#FFF0E6
Ready-to-use code snippets for #FFCBA4. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FFCBA4;
}
/* Text */
.element {
color: #FFCBA4;
}
/* Border */
.element {
border: 1px solid #FFCBA4;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FFCBA4,
#A4D8FF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FFCBA4,
#A4D8FF
);
}
// SCSS variable
$deep-peach: #FFCBA4;
// With RGB channels (useful for rgba() usage)
$deep-peach-r: 255;
$deep-peach-g: 203;
$deep-peach-b: 164;
// Usage
.element {
background-color: $deep-peach;
color: rgba($deep-peach-r, $deep-peach-g, $deep-peach-b, 0.8);
}
How Deep Peach appears to people with different types of color vision deficiency.
#FFCBA4
How the color appears with full color vision.
#DCDCA2
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#D2D2A4
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FFC7C7
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D5D5D5
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.