#cbf8af
a light, electric green · cool · closest name: khaki
RGB
203, 248, 175
HSL
97°, 84%, 83%
CMYK
18, 0, 29, 3
Luminance
0.8293
Every format
| HEX | #cbf8af |
| RGB | rgb(203, 248, 175) |
| HSL | hsl(97, 84%, 83%) |
| CMYK | cmyk(18%, 0%, 29%, 3%) |
| LAB | lab(93.0 -27.1 30.5) |
| LCH | lch(93.0 40.8 131.7) |
| OKLCH | oklch(0.930 0.106 133.9) |
Copy-ready code
/* CSS */
color: #cbf8af;
background-color: #cbf8af;
/* Tailwind (arbitrary) */
class="text-[#cbf8af] bg-[#cbf8af]"
/* SCSS */
$brand: #cbf8af;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#cbf8af")Accessibility — WCAG contrast
Aa
#cbf8af on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8af on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue68.6%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#cbf8af text on a black background
contrast 17.59:1
Card sample
#cbf8af text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8af;
Background color
Panel with #cbf8af background
background-color: #cbf8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8af; background: linear-gradient(135deg, #cbf8af, #AFF8C4);