#cbf6ae
a light, electric green · cool · closest name: khaki
RGB
203, 246, 174
HSL
96°, 80%, 82%
CMYK
18, 0, 29, 4
Luminance
0.8166
Every format
| HEX | #cbf6ae |
| RGB | rgb(203, 246, 174) |
| HSL | hsl(96, 80%, 82%) |
| CMYK | cmyk(18%, 0%, 29%, 4%) |
| LAB | lab(92.4 -26.3 30.3) |
| LCH | lch(92.4 40.1 131.0) |
| OKLCH | oklch(0.925 0.104 133.2) |
Copy-ready code
/* CSS */
color: #cbf6ae;
background-color: #cbf6ae;
/* Tailwind (arbitrary) */
class="text-[#cbf6ae] bg-[#cbf6ae]"
/* SCSS */
$brand: #cbf6ae;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.682)
/* Android */
Color.parseColor("#cbf6ae")Accessibility — WCAG contrast
Aa
#cbf6ae on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6ae on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue68.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow29.3%
Key (black)3.5%
Color previews
#cbf6ae text on a black background
contrast 17.33:1
Card sample
#cbf6ae text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6ae;
Background color
Panel with #cbf6ae background
background-color: #cbf6ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6ae; background: linear-gradient(135deg, #cbf6ae, #AEF6C1);