Skip to content

#dcdfa2

a light, vivid yellow · warm · closest name: Pale Goldenrod

RGB
220, 223, 162
HSL
63°, 49%, 76%
CMYK
1, 0, 27, 13
Luminance
0.7060

At a glance

Every number on this page in one read: what #dcdfa2 is made of, how bright it looks, and which way it leans.

Hex
#dcdfa2
Hue
63°
yellow
Saturation
49%
vivid
Lightness
76%
light
Brightness
87%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7060
WCAG relative
Temperature
Warm
28/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.12:1
Closest name
Pale Goldenrod
ΔE2000 3.6
Where it sits
Hue63° of 360°
Saturation49%
Lightness76%
Temperature
Warm ← → Cool28% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#dcdfa2
RGBrgb(220, 223, 162)
HSLhsl(63, 49%, 76%)
CMYKcmyk(1%, 0%, 27%, 13%)
LABlab(87.3 -10.6 29.6)
LCHlch(87.3 31.5 109.7)
OKLCHoklch(0.887 0.079 110.3)
Decimal14475170
Display P3color(display-p3 0.863 0.875 0.635)

Copy-ready code

/* CSS */
color: #dcdfa2;
background-color: #dcdfa2;
/* Tailwind (arbitrary) */
class="text-[#dcdfa2] bg-[#dcdfa2]"
/* SCSS */
$brand: #dcdfa2;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.635)
/* Android */
Color.parseColor("#dcdfa2")
/* Flutter */
Color(0xFFDCDFA2)
/* Python / OpenCV (BGR) */
(162, 223, 220)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #dcdfa2 · 15.12:1
Use #000000AAA at every size.
Aa
White text · 1.39:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.12:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #dcdfa2 as text scores 1.39:1 on white and 15.12:1 on black.

Accessibility — WCAG contrast

Aa
#dcdfa2 on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#dcdfa2 on black: 15.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E9DA9E
deuteranopia · #E9DCA4
tritanopia · #E4D8CF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dcdfa2 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FAFAF4
#F5F6EA
#EBECD0
#dcdfa2
#D0D482
#C0C658
#B0B63F
#939834
#75792A
#565922
#363715
Base = 300Lightest = 50 · #FAFAF4Darkest = 950 · #363715
:root {
  --brand-50: #FAFAF4;
  --brand-100: #F5F6EA;
  --brand-200: #EBECD0;
  --brand-300: #dcdfa2;
  --brand-400: #D0D482;
  --brand-500: #C0C658;
  --brand-600: #B0B63F;
  --brand-700: #939834;
  --brand-800: #75792A;
  --brand-900: #565922;
  --brand-950: #363715;
  --brand: #dcdfa2;
  --brand-ink: #000000;
}

Colors that work with #dcdfa2

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAFAF4
Tinted page background
Border#E8EAC2
Hairlines and dividers
Muted text#979B4B
Captions on the surface
Accent#30459C
Second voice, not a rival
Dark variant#5C5F21
Hover, pressed, headers
Light variant#F8F8EC
Selected rows, tints
Dark surface#242414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #dcdfa2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#A5A2DF
Analogous left#DFC4A2
Analogous right#BDDFA2
Split-complement 1#A2BDDF
Split-complement 2#C4A2DF
Triadic 1#A2DCDF
Triadic 2#DFA2DC
Tetradic#A2DFC4

RGB percentages

Red86.3%
Green87.5%
Blue63.5%

CMYK percentages

Cyan1.3%
Magenta0.0%
Yellow27.4%
Key (black)12.5%

Color previews

#dcdfa2 text on a black background

contrast 15.12:1

Card sample

#dcdfa2 text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #dcdfa2;
Background color
Panel with #dcdfa2 background
background-color: #dcdfa2;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #dcdfa2;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(220, 223, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfa2;
background: linear-gradient(135deg, #dcdfa2, #B3DFA2);

Monochromatic scale

Palettes built from #dcdfa2

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#dcdfa2 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#dcdfa2, answered

What color is #dcdfa2?

#dcdfa2 is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 3.6). It sits at 63° on the hue wheel with 49% saturation and 76% lightness, which reads as warm.

What is the RGB value of #dcdfa2?

rgb(220, 223, 162) — 220 red, 223 green and 162 blue out of 255, or 86.3% / 87.5% / 63.5% by channel.

Is #dcdfa2 a light or a dark color?

It is a light color. Relative luminance is 0.7060 and perceived brightness is 85%, so black text on it reaches 15.12:1.

Should I use black or white text on #dcdfa2?

Black. It scores 15.12:1 against #dcdfa2, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #dcdfa2?

#A5A2DF sits directly opposite on the wheel. Softer options are the split-complements #A2BDDF and #C4A2DF, which give the same contrast with far less vibration.

What colors go well with #dcdfa2?

For interface work: #FAFAF4 as the surface, #E8EAC2 for borders, #979B4B for secondary text, #30459C as an accent and #5C5F21 for hover and pressed states. For a palette, the analogous pair #DFC4A2 and #BDDFA2 stays calm, while #A5A2DF is the loudest partner.

What is #dcdfa2 in CMYK for printing?

cmyk(1%, 0%, 27%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #dcdfa2 warm or cool?

Warm — it scores 28 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFCCA2; nudged cooler, #C6E0A1.

Work with #dcdfa2 in the Color Lab