#ddf598
a light, electric green · warm · closest name: Khaki
At a glance
Every number on this page in one read: what #ddf598 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 | #ddf598 |
| RGB | rgb(221, 245, 152) |
| HSL | hsl(76, 82%, 78%) |
| CMYK | cmyk(10%, 0%, 38%, 4%) |
| LAB | lab(93.0 -22.3 42.2) |
| LCH | lch(93.0 47.7 117.8) |
| OKLCH | oklch(0.932 0.120 120.6) |
| Decimal | 14546328 |
| Display P3 | color(display-p3 0.867 0.961 0.596) |
Copy-ready code
/* CSS */
color: #ddf598;
background-color: #ddf598;
/* Tailwind (arbitrary) */
class="text-[#ddf598] bg-[#ddf598]"
/* SCSS */
$brand: #ddf598;
/* SwiftUI */
Color(red: 0.867, green: 0.961, blue: 0.596)
/* Android */
Color.parseColor("#ddf598")
/* Flutter */
Color(0xFFDDF598)
/* Python / OpenCV (BGR) */
(152, 245, 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. #ddf598 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.
:root {
--brand-50: #FAFCF2;
--brand-100: #F4FAE6;
--brand-200: #E9F6C6;
--brand-300: #ddf598;
--brand-400: #CCF066;
--brand-500: #BBEB32;
--brand-600: #ABDF16;
--brand-700: #8FBA12;
--brand-800: #72950E;
--brand-900: #546C0F;
--brand-950: #344309;
--brand: #ddf598;
--brand-ink: #000000;
}Colors that work with #ddf598
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 #ddf598
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 | #B098F5 | Directly opposite — maximum tension | |
| Analogous left | #F5DE98 | Neighbour, quieter | |
| Analogous right | #AEF598 | Neighbour, quieter | |
| Split-complement 1 | #98AEF5 | Contrast without the clash | |
| Split-complement 2 | #DE98F5 | Contrast without the clash | |
| Triadic 1 | #98DDF5 | Even thirds — balanced and loud | |
| Triadic 2 | #F598DD | Even thirds — balanced and loud | |
| Tetradic | #98F5DE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ddf598 text on a black background
contrast 17.59:1
#ddf598 text on a white background
contrast 1.19:1
CSS3 live lab
The quick brown fox
color: #ddf598;
background-color: #ddf598;
Glowing headline
text-shadow: 2px 2px 8px #ddf598;
Soft neon halo
text-shadow: 0 0 14px rgba(221, 245, 152, 0.45);
box-shadow: 0 12px 32px -8px rgba(221, 245, 152, 0.45);
border: 3px solid #ddf598; background: linear-gradient(135deg, #ddf598, #9FF598);
Monochromatic scale
Palettes built from #ddf598
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: Tea Green (#d0f0c0) — ΔE2000 9.7 away, with its history, psychology and brand usage.
#ddf598 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.
#ddf598, answered
What color is #ddf598?
#ddf598 is a light electric green, closest to Khaki (ΔE2000 8.5). It sits at 76° on the hue wheel with 82% saturation and 78% lightness, which reads as warm.
What is the RGB value of #ddf598?
rgb(221, 245, 152) — 221 red, 245 green and 152 blue out of 255, or 86.7% / 96.1% / 59.6% by channel.
Is #ddf598 a light or a dark color?
It is a light color. Relative luminance is 0.8294 and perceived brightness is 90%, so black text on it reaches 17.59:1.
Should I use black or white text on #ddf598?
Black. It scores 17.59:1 against #ddf598, versus 1.19:1 for white — AAA at any size.
What is the complementary color of #ddf598?
#B098F5 sits directly opposite on the wheel. Softer options are the split-complements #98AEF5 and #DE98F5, which give the same contrast with far less vibration.
What colors go well with #ddf598?
For interface work: #F9FAF4 as the surface, #E1EDC0 for borders, #869B4B for secondary text, #0E0EBE as an accent and #59740B for hover and pressed states. For a palette, the analogous pair #F5DE98 and #AEF598 stays calm, while #B098F5 is the loudest partner.
What is #ddf598 in CMYK for printing?
cmyk(10%, 0%, 38%, 4%). 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 #ddf598 warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F5EB98; nudged cooler, #BAF697.