#ddfd53
a light, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #ddfd53 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ddfd53 |
| RGB | rgb(221, 253, 83) |
| HSL | hsl(71, 98%, 66%) |
| CMYK | cmyk(13%, 0%, 67%, 1%) |
| LAB | lab(94.4 -32.0 74.2) |
| LCH | lch(94.4 80.8 113.4) |
| OKLCH | oklch(0.941 0.192 119.5) |
| Decimal | 14548307 |
| Display P3 | color(display-p3 0.867 0.992 0.325) |
Copy-ready code
/* CSS */
color: #ddfd53;
background-color: #ddfd53;
/* Tailwind (arbitrary) */
class="text-[#ddfd53] bg-[#ddfd53]"
/* SCSS */
$brand: #ddfd53;
/* SwiftUI */
Color(red: 0.867, green: 0.992, blue: 0.325)
/* Android */
Color.parseColor("#ddfd53")
/* Flutter */
Color(0xFFDDFD53)
/* Python / OpenCV (BGR) */
(83, 253, 221)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ddfd53 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBFDF1;
--brand-100: #F7FCE4;
--brand-200: #F0FBC1;
--brand-300: #E9FE90;
--brand-400: #ddfd53;
--brand-500: #D3FC21;
--brand-600: #C5F203;
--brand-700: #A4CA02;
--brand-800: #83A102;
--brand-900: #5F7406;
--brand-950: #3C4904;
--brand: #ddfd53;
--brand-ink: #000000;
}Colors that work with #ddfd53
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ddfd53
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #7353FD | Directly opposite — maximum tension | |
| Analogous left | #FDC853 | Neighbour, quieter | |
| Analogous right | #88FD53 | Neighbour, quieter | |
| Split-complement 1 | #5388FD | Contrast without the clash | |
| Split-complement 2 | #C853FD | Contrast without the clash | |
| Triadic 1 | #53DDFD | Even thirds — balanced and loud | |
| Triadic 2 | #FD53DD | Even thirds — balanced and loud | |
| Tetradic | #53FDC8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ddfd53 text on a black background
contrast 18.25:1
#ddfd53 text on a white background
contrast 1.15:1
CSS3 live lab
The quick brown fox
color: #ddfd53;
background-color: #ddfd53;
Glowing headline
text-shadow: 2px 2px 8px #ddfd53;
Soft neon halo
text-shadow: 0 0 14px rgba(221, 253, 83, 0.45);
box-shadow: 0 12px 32px -8px rgba(221, 253, 83, 0.45);
border: 3px solid #ddfd53; background: linear-gradient(135deg, #ddfd53, #6CFD53);
Monochromatic scale
Palettes built from #ddfd53
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.
Closest color with a full write-up: Spring Bud (#a7fc00) — ΔE2000 7.4 away, with its history, psychology and brand usage.
#ddfd53 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ddfd53, answered
What color is #ddfd53?
#ddfd53 is a light electric green, closest to Green Yellow (ΔE2000 7). It sits at 71° on the hue wheel with 98% saturation and 66% lightness, which reads as warm.
What is the RGB value of #ddfd53?
rgb(221, 253, 83) — 221 red, 253 green and 83 blue out of 255, or 86.7% / 99.2% / 32.5% by channel.
Is #ddfd53 a light or a dark color?
It is a light color. Relative luminance is 0.8625 and perceived brightness is 90%, so black text on it reaches 18.25:1.
Should I use black or white text on #ddfd53?
Black. It scores 18.25:1 against #ddfd53, versus 1.15:1 for white — AAA at any size.
What is the complementary color of #ddfd53?
#7353FD sits directly opposite on the wheel. Softer options are the split-complements #5388FD and #C853FD, which give the same contrast with far less vibration.
What colors go well with #ddfd53?
For interface work: #F9FAF4 as the surface, #E4EDC0 for borders, #8C9B4B for secondary text, #515CFF as an accent and #677E01 for hover and pressed states. For a palette, the analogous pair #FDC853 and #88FD53 stays calm, while #7353FD is the loudest partner.
What is #ddfd53 in CMYK for printing?
cmyk(13%, 0%, 67%, 1%). 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 #ddfd53 warm or cool?
Warm — it scores 34 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDDF53; nudged cooler, #9FFF51.