#cbf3af
a light, vivid green · cool · closest name: khaki
RGB
203, 243, 175
HSL
95°, 74%, 82%
CMYK
17, 0, 28, 5
Luminance
0.7989
Every format
| HEX | #cbf3af |
| RGB | rgb(203, 243, 175) |
| HSL | hsl(95, 74%, 82%) |
| CMYK | cmyk(17%, 0%, 28%, 5%) |
| LAB | lab(91.6 -24.8 28.7) |
| LCH | lch(91.6 37.9 130.8) |
| OKLCH | oklch(0.919 0.099 132.8) |
Copy-ready code
/* CSS */
color: #cbf3af;
background-color: #cbf3af;
/* Tailwind (arbitrary) */
class="text-[#cbf3af] bg-[#cbf3af]"
/* SCSS */
$brand: #cbf3af;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#cbf3af")Accessibility — WCAG contrast
Aa
#cbf3af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3af on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue68.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#cbf3af text on a black background
contrast 16.98:1
Card sample
#cbf3af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3af;
Background color
Panel with #cbf3af background
background-color: #cbf3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3af; background: linear-gradient(135deg, #cbf3af, #AFF3C0);