#cbf67c
a light, electric green · cool · closest name: khaki
RGB
203, 246, 124
HSL
81°, 87%, 73%
CMYK
18, 0, 50, 4
Luminance
0.8006
Every format
| HEX | #cbf67c |
| RGB | rgb(203, 246, 124) |
| HSL | hsl(81, 87%, 73%) |
| CMYK | cmyk(18%, 0%, 50%, 4%) |
| LAB | lab(91.7 -32.5 53.7) |
| LCH | lch(91.7 62.8 121.1) |
| OKLCH | oklch(0.917 0.157 125.4) |
Copy-ready code
/* CSS */
color: #cbf67c;
background-color: #cbf67c;
/* Tailwind (arbitrary) */
class="text-[#cbf67c] bg-[#cbf67c]"
/* SCSS */
$brand: #cbf67c;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.486)
/* Android */
Color.parseColor("#cbf67c")Accessibility — WCAG contrast
Aa
#cbf67c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf67c on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue48.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow49.6%
Key (black)3.5%
Color previews
#cbf67c text on a black background
contrast 17.01:1
Card sample
#cbf67c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf67c;
Background color
Panel with #cbf67c background
background-color: #cbf67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf67c; background: linear-gradient(135deg, #cbf67c, #7CF67E);