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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Deep Peach
#FFCBA4 Base
#A4D8FF
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Deep Peach
#FFCBA4 Base
#FFA4AB
#FFF9A4
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Deep Peach
#FFCBA4 Base
#A4FFCB
#CBA4FF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Deep Peach
#FFCBA4 Base
#A4FFF9
#A4ABFF
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Deep Peach
#FFCBA4 Base
#ABFFA4
#A4D8FF
#F9A4FF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Deep Peach
#FFCBA4 Base
#FF740B
#FF9F58
#FFB47B
#FFE2CD
#FFF0E6
Shades & Tints

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
Deep Peach #FFCBA4 Base
#FFD2B1
#FFDABE
#FFE1CB
#FFE9D8
#FFF0E6
CSS & SCSS Snippets

Ready-to-use code snippets for #FFCBA4. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FFCBA4;
}

/* Text */
.element {
    color: #FFCBA4;
}

/* Border */
.element {
    border: 1px solid #FFCBA4;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FFCBA4,
        #A4D8FF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FFCBA4,
        #A4D8FF
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Deep Peach appears to people with different types of color vision deficiency.

Normal Vision #FFCBA4 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #D2D2A4 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FFC7C7 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #D5D5D5 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Deep Peach ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Deep Peach #FFCBA4 Base
Apricot #FBCEB1 ΔE 3.06
Light Apricot #FDD5B1 ΔE 3.60
Peach-orange #FFCC99 ΔE 3.63
Peach Puff #FFDAB9 ΔE 4.81

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.