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