#ddfe64
a light, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #ddfe64 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 | #ddfe64 |
| RGB | rgb(221, 254, 100) |
| HSL | hsl(73, 99%, 69%) |
| CMYK | cmyk(13%, 0%, 61%, 0%) |
| LAB | lab(94.8 -31.4 68.1) |
| LCH | lch(94.8 75.0 114.8) |
| OKLCH | oklch(0.945 0.181 120.2) |
| Decimal | 14548580 |
| Display P3 | color(display-p3 0.867 0.996 0.392) |
Copy-ready code
/* CSS */
color: #ddfe64;
background-color: #ddfe64;
/* Tailwind (arbitrary) */
class="text-[#ddfe64] bg-[#ddfe64]"
/* SCSS */
$brand: #ddfe64;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.392)
/* Android */
Color.parseColor("#ddfe64")
/* Flutter */
Color(0xFFDDFE64)
/* Python / OpenCV (BGR) */
(100, 254, 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. #ddfe64 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: #FBFEF1;
--brand-100: #F7FCE3;
--brand-200: #EFFBC0;
--brand-300: #E6FE90;
--brand-400: #ddfe64;
--brand-500: #CEFE20;
--brand-600: #BFF302;
--brand-700: #9FCB01;
--brand-800: #80A201;
--brand-900: #5D7506;
--brand-950: #3A4904;
--brand: #ddfe64;
--brand-ink: #000000;
}Colors that work with #ddfe64
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 #ddfe64
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 | #8564FE | Directly opposite — maximum tension | |
| Analogous left | #FED264 | Neighbour, quieter | |
| Analogous right | #90FE64 | Neighbour, quieter | |
| Split-complement 1 | #6490FE | Contrast without the clash | |
| Split-complement 2 | #D264FE | Contrast without the clash | |
| Triadic 1 | #64DDFE | Even thirds — balanced and loud | |
| Triadic 2 | #FE64DD | Even thirds — balanced and loud | |
| Tetradic | #64FED2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ddfe64 text on a black background
contrast 18.44:1
#ddfe64 text on a white background
contrast 1.14:1
CSS3 live lab
The quick brown fox
color: #ddfe64;
background-color: #ddfe64;
Glowing headline
text-shadow: 2px 2px 8px #ddfe64;
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 100, 0.45);
box-shadow: 0 12px 32px -8px rgba(221, 254, 100, 0.45);
border: 3px solid #ddfe64; background: linear-gradient(135deg, #ddfe64, #76FE64);
Monochromatic scale
Palettes built from #ddfe64
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.6 away, with its history, psychology and brand usage.
#ddfe64 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.
#ddfe64, answered
What color is #ddfe64?
#ddfe64 is a light electric green, closest to Green Yellow (ΔE2000 7). It sits at 73° on the hue wheel with 99% saturation and 69% lightness, which reads as warm.
What is the RGB value of #ddfe64?
rgb(221, 254, 100) — 221 red, 254 green and 100 blue out of 255, or 86.7% / 99.6% / 39.2% by channel.
Is #ddfe64 a light or a dark color?
It is a light color. Relative luminance is 0.8718 and perceived brightness is 91%, so black text on it reaches 18.44:1.
Should I use black or white text on #ddfe64?
Black. It scores 18.44:1 against #ddfe64, versus 1.14:1 for white — AAA at any size.
What is the complementary color of #ddfe64?
#8564FE sits directly opposite on the wheel. Softer options are the split-complements #6490FE and #D264FE, which give the same contrast with far less vibration.
What colors go well with #ddfe64?
For interface work: #F9FAF4 as the surface, #E3EDC0 for borders, #8A9B4B for secondary text, #6368FF as an accent and #647F01 for hover and pressed states. For a palette, the analogous pair #FED264 and #90FE64 stays calm, while #8564FE is the loudest partner.
What is #ddfe64 in CMYK for printing?
cmyk(13%, 0%, 61%, 0%). 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 #ddfe64 warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FEE764; nudged cooler, #A4FF63.