Skip to content

#ddfb3d

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

RGB
221, 251, 61
HSL
70°, 96%, 61%
CMYK
12, 0, 76, 2
Luminance
0.8470

At a glance

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

Hex
#ddfb3d
Hue
70°
yellow
Saturation
96%
electric
Lightness
61%
balanced
Brightness
98%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8470
WCAG relative
Temperature
Warm
33/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
17.94:1
Closest name
Yellow
ΔE2000 7.2
Where it sits
Hue70° of 360°
Saturation96%
Lightness61%
Temperature
Warm ← → Cool33% 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#ddfb3d
RGBrgb(221, 251, 61)
HSLhsl(70, 96%, 61%)
CMYKcmyk(12%, 0%, 76%, 2%)
LABlab(93.8 -32.2 80.8)
LCHlch(93.8 87.0 111.7)
OKLCHoklch(0.935 0.202 118.6)
Decimal14547773
Display P3color(display-p3 0.867 0.984 0.239)

Copy-ready code

/* CSS */
color: #ddfb3d;
background-color: #ddfb3d;
/* Tailwind (arbitrary) */
class="text-[#ddfb3d] bg-[#ddfb3d]"
/* SCSS */
$brand: #ddfb3d;
/* SwiftUI */
Color(red: 0.867, green: 0.984, blue: 0.239)
/* Android */
Color.parseColor("#ddfb3d")
/* Flutter */
Color(0xFFDDFB3D)
/* Python / OpenCV (BGR) */
(61, 251, 221)

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

Accessibility — WCAG contrast

Aa
#ddfb3d on white: 1.17:1
AA ✗ fail · AA-large · AAA
Aa
#ddfb3d on black: 17.94:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFED00
deuteranopia · #FFEE4F
tritanopia · #EAEDD8

Color scale — 50 to 950

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

#FBFDF1
#F8FCE4
#F1FAC1
#ECFD91
#E2FC5A
#ddfb3d
#CBF005
#A9C804
#87A003
#627307
#3D4804
Base = 500Lightest = 50 · #FBFDF1Darkest = 950 · #3D4804
:root {
  --brand-50: #FBFDF1;
  --brand-100: #F8FCE4;
  --brand-200: #F1FAC1;
  --brand-300: #ECFD91;
  --brand-400: #E2FC5A;
  --brand-500: #ddfb3d;
  --brand-600: #CBF005;
  --brand-700: #A9C804;
  --brand-800: #87A003;
  --brand-900: #627307;
  --brand-950: #3D4804;
  --brand: #ddfb3d;
  --brand-ink: #000000;
}

Colors that work with #ddfb3d

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#F9FAF4
Tinted page background
Border#E6EDC0
Hairlines and dividers
Muted text#8E9B4B
Captions on the surface
Accent#394BFF
Second voice, not a rival
Dark variant#6A7D03
Hover, pressed, headers
Light variant#FBFEE6
Selected rows, tints
Dark surface#222414
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 #ddfb3d

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
  • 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
  • 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#5B3DFB
Analogous left#FBBA3D
Analogous right#7EFB3D
Split-complement 1#3D7EFB
Split-complement 2#BA3DFB
Triadic 1#3DDDFB
Triadic 2#FB3DDD
Tetradic#3DFBBA

RGB percentages

Red86.7%
Green98.4%
Blue23.9%

CMYK percentages

Cyan12.0%
Magenta0.0%
Yellow75.7%
Key (black)1.6%

Color previews

#ddfb3d text on a black background

contrast 17.94:1

Card sample

#ddfb3d text on a white background

contrast 1.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(221, 251, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 251, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfb3d;
background: linear-gradient(135deg, #ddfb3d, #5EFB3D);

Monochromatic scale

Palettes built from #ddfb3d

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.

#ddfb3d 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.

#ddfb3d, answered

What color is #ddfb3d?

#ddfb3d is a balanced electric yellow, closest to Yellow (ΔE2000 7.2). It sits at 70° on the hue wheel with 96% saturation and 61% lightness, which reads as warm.

What is the RGB value of #ddfb3d?

rgb(221, 251, 61) — 221 red, 251 green and 61 blue out of 255, or 86.7% / 98.4% / 23.9% by channel.

Is #ddfb3d a light or a dark color?

It is a light color. Relative luminance is 0.8470 and perceived brightness is 89%, so black text on it reaches 17.94:1.

Should I use black or white text on #ddfb3d?

Black. It scores 17.94:1 against #ddfb3d, versus 1.17:1 for white — AAA at any size.

What is the complementary color of #ddfb3d?

#5B3DFB sits directly opposite on the wheel. Softer options are the split-complements #3D7EFB and #BA3DFB, which give the same contrast with far less vibration.

What colors go well with #ddfb3d?

For interface work: #F9FAF4 as the surface, #E6EDC0 for borders, #8E9B4B for secondary text, #394BFF as an accent and #6A7D03 for hover and pressed states. For a palette, the analogous pair #FBBA3D and #7EFB3D stays calm, while #5B3DFB is the loudest partner.

What is #ddfb3d in CMYK for printing?

cmyk(12%, 0%, 76%, 2%). 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 #ddfb3d warm or cool?

Warm — it scores 33 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FBD33D; nudged cooler, #97FD3B.

Work with #ddfb3d in the Color Lab