#cbf7af
a light, electric green · cool · closest name: khaki
RGB
203, 247, 175
HSL
97°, 82%, 83%
CMYK
18, 0, 29, 3
Luminance
0.8231
Every format
| HEX | #cbf7af |
| RGB | rgb(203, 247, 175) |
| HSL | hsl(97, 82%, 83%) |
| CMYK | cmyk(18%, 0%, 29%, 3%) |
| LAB | lab(92.7 -26.7 30.1) |
| LCH | lch(92.7 40.2 131.5) |
| OKLCH | oklch(0.928 0.105 133.7) |
Copy-ready code
/* CSS */
color: #cbf7af;
background-color: #cbf7af;
/* Tailwind (arbitrary) */
class="text-[#cbf7af] bg-[#cbf7af]"
/* SCSS */
$brand: #cbf7af;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#cbf7af")Accessibility — WCAG contrast
Aa
#cbf7af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7af on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue68.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#cbf7af text on a black background
contrast 17.46:1
Card sample
#cbf7af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7af;
Background color
Panel with #cbf7af background
background-color: #cbf7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7af; background: linear-gradient(135deg, #cbf7af, #AFF7C3);