#cbfe3f
a balanced, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #cbfe3f 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 | #cbfe3f |
| RGB | rgb(203, 254, 63) |
| HSL | hsl(76, 99%, 62%) |
| CMYK | cmyk(20%, 0%, 75%, 0%) |
| LAB | lab(93.4 -40.4 79.5) |
| LCH | lch(93.4 89.2 117.0) |
| OKLCH | oklch(0.930 0.211 123.9) |
| Decimal | 13368895 |
| Display P3 | color(display-p3 0.796 0.996 0.247) |
Copy-ready code
/* CSS */
color: #cbfe3f;
background-color: #cbfe3f;
/* Tailwind (arbitrary) */
class="text-[#cbfe3f] bg-[#cbfe3f]"
/* SCSS */
$brand: #cbfe3f;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.247)
/* Android */
Color.parseColor("#cbfe3f")
/* Flutter */
Color(0xFFCBFE3F)
/* Python / OpenCV (BGR) */
(63, 254, 203)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. #cbfe3f 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: #FAFEF1;
--brand-100: #F5FCE3;
--brand-200: #ECFBC0;
--brand-300: #E1FE8F;
--brand-400: #cbfe3f;
--brand-500: #C3FE20;
--brand-600: #B3F401;
--brand-700: #95CB01;
--brand-800: #77A201;
--brand-900: #577505;
--brand-950: #374903;
--brand: #cbfe3f;
--brand-ink: #000000;
}Colors that work with #cbfe3f
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 #cbfe3f
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 | #723FFE | Directly opposite — maximum tension | |
| Analogous left | #FED23F | Neighbour, quieter | |
| Analogous right | #6CFE3F | Neighbour, quieter | |
| Split-complement 1 | #3F6CFE | Contrast without the clash | |
| Split-complement 2 | #D23FFE | Contrast without the clash | |
| Triadic 1 | #3FCBFE | Even thirds — balanced and loud | |
| Triadic 2 | #FE3FCB | Even thirds — balanced and loud | |
| Tetradic | #3FFED2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbfe3f text on a black background
contrast 17.79:1
#cbfe3f text on a white background
contrast 1.18:1
CSS3 live lab
The quick brown fox
color: #cbfe3f;
background-color: #cbfe3f;
Glowing headline
text-shadow: 2px 2px 8px #cbfe3f;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 63, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 254, 63, 0.45);
border: 3px solid #cbfe3f; background: linear-gradient(135deg, #cbfe3f, #4CFE3F);
Monochromatic scale
Palettes built from #cbfe3f
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 4.5 away, with its history, psychology and brand usage.
#cbfe3f 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.
#cbfe3f, answered
What color is #cbfe3f?
#cbfe3f is a balanced electric green, closest to Green Yellow (ΔE2000 4.1). It sits at 76° on the hue wheel with 99% saturation and 62% lightness, which reads as warm.
What is the RGB value of #cbfe3f?
rgb(203, 254, 63) — 203 red, 254 green and 63 blue out of 255, or 79.6% / 99.6% / 24.7% by channel.
Is #cbfe3f a light or a dark color?
It is a light color. Relative luminance is 0.8394 and perceived brightness is 88%, so black text on it reaches 17.79:1.
Should I use black or white text on #cbfe3f?
Black. It scores 17.79:1 against #cbfe3f, versus 1.18:1 for white — AAA at any size.
What is the complementary color of #cbfe3f?
#723FFE sits directly opposite on the wheel. Softer options are the split-complements #3F6CFE and #D23FFE, which give the same contrast with far less vibration.
What colors go well with #cbfe3f?
For interface work: #F9FAF4 as the surface, #E1EDC0 for borders, #859B4B for secondary text, #413EFF as an accent and #5D7F01 for hover and pressed states. For a palette, the analogous pair #FED23F and #6CFE3F stays calm, while #723FFE is the loudest partner.
What is #cbfe3f in CMYK for printing?
cmyk(20%, 0%, 75%, 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 #cbfe3f 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 #FEEB3F; nudged cooler, #85FF3E.