Skip to content

#d2db0a

a dark, electric yellow · warm · closest name: Yellow

RGB
210, 219, 10
HSL
63°, 91%, 45%
CMYK
4, 0, 95, 14
Luminance
0.6439

At a glance

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

Hex
#d2db0a
Hue
63°
yellow
Saturation
91%
electric
Lightness
45%
dark
Brightness
86%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6439
WCAG relative
Temperature
Warm
27/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
13.88:1
Closest name
Yellow
ΔE2000 8.6
Where it sits
Hue63° of 360°
Saturation91%
Lightness45%
Temperature
Warm ← → Cool27% 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#d2db0a
RGBrgb(210, 219, 10)
HSLhsl(63, 91%, 45%)
CMYKcmyk(4%, 0%, 95%, 14%)
LABlab(84.2 -22.9 82.5)
LCHlch(84.2 85.7 105.5)
OKLCHoklch(0.856 0.189 112.8)
Decimal13818634
Display P3color(display-p3 0.824 0.859 0.039)

Copy-ready code

/* CSS */
color: #d2db0a;
background-color: #d2db0a;
/* Tailwind (arbitrary) */
class="text-[#d2db0a] bg-[#d2db0a]"
/* SCSS */
$brand: #d2db0a;
/* SwiftUI */
Color(red: 0.824, green: 0.859, blue: 0.039)
/* Android */
Color.parseColor("#d2db0a")
/* Flutter */
Color(0xFFD2DB0A)
/* Python / OpenCV (BGR) */
(10, 219, 210)

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 #d2db0a · 13.88:1
Use #000000AAA at every size.
Aa
White text · 1.51:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.88:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d2db0a as text scores 1.51:1 on white and 13.88:1 on black.

Accessibility — WCAG contrast

Aa
#d2db0a on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#d2db0a on black: 13.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDD000
deuteranopia · #EDD42D
tritanopia · #E1CDBA

Color scale — 50 to 950

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

#FCFDF2
#FAFBE4
#F6F9C3
#F6FA94
#F1F85E
#ECF528
#d2db0a
#BBC309
#969C07
#6C710A
#444606
Base = 600Lightest = 50 · #FCFDF2Darkest = 950 · #444606
:root {
  --brand-50: #FCFDF2;
  --brand-100: #FAFBE4;
  --brand-200: #F6F9C3;
  --brand-300: #F6FA94;
  --brand-400: #F1F85E;
  --brand-500: #ECF528;
  --brand-600: #d2db0a;
  --brand-700: #BBC309;
  --brand-800: #969C07;
  --brand-900: #6C710A;
  --brand-950: #444606;
  --brand: #d2db0a;
  --brand-ink: #000000;
}

Colors that work with #d2db0a

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#EBEDC0
Hairlines and dividers
Muted text#979B4B
Captions on the surface
Accent#0532E0
Second voice, not a rival
Dark variant#757A06
Hover, pressed, headers
Light variant#FDFEE7
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 #d2db0a

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black 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#130ADB
Analogous left#DB7C0A
Analogous right#69DB0A
Split-complement 1#0A69DB
Split-complement 2#7C0ADB
Triadic 1#0AD2DB
Triadic 2#DB0AD2
Tetradic#0ADB7C

RGB percentages

Red82.4%
Green85.9%
Blue3.9%

CMYK percentages

Cyan4.1%
Magenta0.0%
Yellow95.4%
Key (black)14.1%

Color previews

#d2db0a text on a black background

contrast 13.88:1

Card sample

#d2db0a text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(210, 219, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 219, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2db0a;
background: linear-gradient(135deg, #d2db0a, #47DB0A);

Monochromatic scale

Palettes built from #d2db0a

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.

#d2db0a 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
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#d2db0a, answered

What color is #d2db0a?

#d2db0a is a dark electric yellow, closest to Yellow (ΔE2000 8.6). It sits at 63° on the hue wheel with 91% saturation and 45% lightness, which reads as warm.

What is the RGB value of #d2db0a?

rgb(210, 219, 10) — 210 red, 219 green and 10 blue out of 255, or 82.4% / 85.9% / 3.9% by channel.

Is #d2db0a a light or a dark color?

It is a light color. Relative luminance is 0.6439 and perceived brightness is 80%, so black text on it reaches 13.88:1.

Should I use black or white text on #d2db0a?

Black. It scores 13.88:1 against #d2db0a, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #d2db0a?

#130ADB sits directly opposite on the wheel. Softer options are the split-complements #0A69DB and #7C0ADB, which give the same contrast with far less vibration.

What colors go well with #d2db0a?

For interface work: #FAFAF4 as the surface, #EBEDC0 for borders, #979B4B for secondary text, #0532E0 as an accent and #757A06 for hover and pressed states. For a palette, the analogous pair #DB7C0A and #69DB0A stays calm, while #130ADB is the loudest partner.

What is #d2db0a in CMYK for printing?

cmyk(4%, 0%, 95%, 14%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #d2db0a warm or cool?

Warm — it scores 27 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DB9F0A; nudged cooler, #86DD08.

Work with #d2db0a in the Color Lab