#cefd4a
a balanced, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #cefd4a 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 | #cefd4a |
| RGB | rgb(206, 253, 74) |
| HSL | hsl(76, 98%, 64%) |
| CMYK | cmyk(19%, 0%, 71%, 1%) |
| LAB | lab(93.4 -38.3 76.0) |
| LCH | lch(93.4 85.2 116.7) |
| OKLCH | oklch(0.930 0.203 123.3) |
| Decimal | 13565258 |
| Display P3 | color(display-p3 0.808 0.992 0.290) |
Copy-ready code
/* CSS */
color: #cefd4a;
background-color: #cefd4a;
/* Tailwind (arbitrary) */
class="text-[#cefd4a] bg-[#cefd4a]"
/* SCSS */
$brand: #cefd4a;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.290)
/* Android */
Color.parseColor("#cefd4a")
/* Flutter */
Color(0xFFCEFD4A)
/* Python / OpenCV (BGR) */
(74, 253, 206)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. #cefd4a 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: #FAFDF1;
--brand-100: #F5FCE3;
--brand-200: #ECFBC1;
--brand-300: #E1FE90;
--brand-400: #cefd4a;
--brand-500: #C3FD21;
--brand-600: #B3F203;
--brand-700: #95CA02;
--brand-800: #77A102;
--brand-900: #577406;
--brand-950: #374904;
--brand: #cefd4a;
--brand-ink: #000000;
}Colors that work with #cefd4a
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 #cefd4a
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #794AFD | Directly opposite — maximum tension | |
| Analogous left | #FDD34A | Neighbour, quieter | |
| Analogous right | #74FD4A | Neighbour, quieter | |
| Split-complement 1 | #4A74FD | Contrast without the clash | |
| Split-complement 2 | #D34AFD | Contrast without the clash | |
| Triadic 1 | #4ACEFD | Even thirds — balanced and loud | |
| Triadic 2 | #FD4ACE | Even thirds — balanced and loud | |
| Tetradic | #4AFDD3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cefd4a text on a black background
contrast 17.77:1
#cefd4a text on a white background
contrast 1.18:1
CSS3 live lab
The quick brown fox
color: #cefd4a;
background-color: #cefd4a;
Glowing headline
text-shadow: 2px 2px 8px #cefd4a;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 74, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 253, 74, 0.45);
border: 3px solid #cefd4a; background: linear-gradient(135deg, #cefd4a, #56FD4A);
Monochromatic scale
Palettes built from #cefd4a
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 5 away, with its history, psychology and brand usage.
#cefd4a 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.
#cefd4a, answered
What color is #cefd4a?
#cefd4a is a balanced electric green, closest to Green Yellow (ΔE2000 4.6). It sits at 76° on the hue wheel with 98% saturation and 64% lightness, which reads as warm.
What is the RGB value of #cefd4a?
rgb(206, 253, 74) — 206 red, 253 green and 74 blue out of 255, or 80.8% / 99.2% / 29% by channel.
Is #cefd4a a light or a dark color?
It is a light color. Relative luminance is 0.8387 and perceived brightness is 88%, so black text on it reaches 17.77:1.
Should I use black or white text on #cefd4a?
Black. It scores 17.77:1 against #cefd4a, versus 1.18:1 for white — AAA at any size.
What is the complementary color of #cefd4a?
#794AFD sits directly opposite on the wheel. Softer options are the split-complements #4A74FD and #D34AFD, which give the same contrast with far less vibration.
What colors go well with #cefd4a?
For interface work: #F9FAF4 as the surface, #E1EDC0 for borders, #869B4B for secondary text, #4A48FF as an accent and #5D7E01 for hover and pressed states. For a palette, the analogous pair #FDD34A and #74FD4A stays calm, while #794AFD is the loudest partner.
What is #cefd4a in CMYK for printing?
cmyk(19%, 0%, 71%, 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 #cefd4a 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 #FDEA4A; nudged cooler, #8CFF48.