#cefd18
a balanced, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #cefd18 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 | #cefd18 |
| RGB | rgb(206, 253, 24) |
| HSL | hsl(72, 98%, 54%) |
| CMYK | cmyk(19%, 0%, 91%, 1%) |
| LAB | lab(93.2 -40.0 87.9) |
| LCH | lch(93.2 96.6 114.5) |
| OKLCH | oklch(0.928 0.223 122.4) |
| Decimal | 13565208 |
| Display P3 | color(display-p3 0.808 0.992 0.094) |
Copy-ready code
/* CSS */
color: #cefd18;
background-color: #cefd18;
/* Tailwind (arbitrary) */
class="text-[#cefd18] bg-[#cefd18]"
/* SCSS */
$brand: #cefd18;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.094)
/* Android */
Color.parseColor("#cefd18")
/* Flutter */
Color(0xFFCEFD18)
/* Python / OpenCV (BGR) */
(24, 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. #cefd18 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.
:root {
--brand-50: #FBFDF1;
--brand-100: #F7FCE3;
--brand-200: #EFFBC1;
--brand-300: #E7FE90;
--brand-400: #DCFE58;
--brand-500: #cefd18;
--brand-600: #C1F302;
--brand-700: #A1CA02;
--brand-800: #81A201;
--brand-900: #5E7506;
--brand-950: #3B4904;
--brand: #cefd18;
--brand-ink: #000000;
}Colors that work with #cefd18
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 #cefd18
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 | #4718FD | Directly opposite — maximum tension | |
| Analogous left | #FDB918 | Neighbour, quieter | |
| Analogous right | #5BFD18 | Neighbour, quieter | |
| Split-complement 1 | #185BFD | Contrast without the clash | |
| Split-complement 2 | #B918FD | Contrast without the clash | |
| Triadic 1 | #18CEFD | Even thirds — balanced and loud | |
| Triadic 2 | #FD18CE | Even thirds — balanced and loud | |
| Tetradic | #18FDB9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cefd18 text on a black background
contrast 17.69:1
#cefd18 text on a white background
contrast 1.19:1
CSS3 live lab
The quick brown fox
color: #cefd18;
background-color: #cefd18;
Glowing headline
text-shadow: 2px 2px 8px #cefd18;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 24, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 253, 24, 0.45);
border: 3px solid #cefd18; background: linear-gradient(135deg, #cefd18, #35FD18);
Monochromatic scale
Palettes built from #cefd18
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.4 away, with its history, psychology and brand usage.
#cefd18 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.
#cefd18, answered
What color is #cefd18?
#cefd18 is a balanced electric green, closest to Green Yellow (ΔE2000 5.5). It sits at 72° on the hue wheel with 98% saturation and 54% lightness, which reads as warm.
What is the RGB value of #cefd18?
rgb(206, 253, 24) — 206 red, 253 green and 24 blue out of 255, or 80.8% / 99.2% / 9.4% by channel.
Is #cefd18 a light or a dark color?
It is a light color. Relative luminance is 0.8344 and perceived brightness is 88%, so black text on it reaches 17.69:1.
Should I use black or white text on #cefd18?
Black. It scores 17.69:1 against #cefd18, versus 1.19:1 for white — AAA at any size.
What is the complementary color of #cefd18?
#4718FD sits directly opposite on the wheel. Softer options are the split-complements #185BFD and #B918FD, which give the same contrast with far less vibration.
What colors go well with #cefd18?
For interface work: #F9FAF4 as the surface, #E3EDC0 for borders, #8A9B4B for secondary text, #1620FF as an accent and #657E01 for hover and pressed states. For a palette, the analogous pair #FDB918 and #5BFD18 stays calm, while #4718FD is the loudest partner.
What is #cefd18 in CMYK for printing?
cmyk(19%, 0%, 91%, 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 #cefd18 warm or cool?
Warm — it scores 35 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDD818; nudged cooler, #7AFF16.