#cbf656
a light, electric green · cool · closest name: yellow
RGB
203, 246, 86
HSL
76°, 90%, 65%
CMYK
18, 0, 65, 4
Luminance
0.7928
Every format
| HEX | #cbf656 |
| RGB | rgb(203, 246, 86) |
| HSL | hsl(76, 90%, 65%) |
| CMYK | cmyk(18%, 0%, 65%, 4%) |
| LAB | lab(91.4 -35.6 69.6) |
| LCH | lch(91.4 78.2 117.1) |
| OKLCH | oklch(0.913 0.189 123.1) |
Copy-ready code
/* CSS */
color: #cbf656;
background-color: #cbf656;
/* Tailwind (arbitrary) */
class="text-[#cbf656] bg-[#cbf656]"
/* SCSS */
$brand: #cbf656;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#cbf656")Accessibility — WCAG contrast
Aa
#cbf656 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf656 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue33.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow65.0%
Key (black)3.5%
Color previews
#cbf656 text on a black background
contrast 16.86:1
Card sample
#cbf656 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf656;
Background color
Panel with #cbf656 background
background-color: #cbf656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf656; background: linear-gradient(135deg, #cbf656, #60F656);