#cbf1af
a light, vivid green · cool · closest name: khaki
RGB
203, 241, 175
HSL
95°, 70%, 82%
CMYK
16, 0, 27, 6
Luminance
0.7870
Every format
| HEX | #cbf1af |
| RGB | rgb(203, 241, 175) |
| HSL | hsl(95, 70%, 82%) |
| CMYK | cmyk(16%, 0%, 27%, 6%) |
| LAB | lab(91.1 -23.8 27.9) |
| LCH | lch(91.1 36.7 130.4) |
| OKLCH | oklch(0.915 0.096 132.4) |
Copy-ready code
/* CSS */
color: #cbf1af;
background-color: #cbf1af;
/* Tailwind (arbitrary) */
class="text-[#cbf1af] bg-[#cbf1af]"
/* SCSS */
$brand: #cbf1af;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#cbf1af")Accessibility — WCAG contrast
Aa
#cbf1af on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf1af on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue68.6%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#cbf1af text on a black background
contrast 16.74:1
Card sample
#cbf1af text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf1af;
Background color
Panel with #cbf1af background
background-color: #cbf1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf1af; background: linear-gradient(135deg, #cbf1af, #AFF1BF);