#cbf2ae
a light, vivid green · cool · closest name: khaki
RGB
203, 242, 174
HSL
94°, 72%, 82%
CMYK
16, 0, 28, 5
Luminance
0.7926
Every format
| HEX | #cbf2ae |
| RGB | rgb(203, 242, 174) |
| HSL | hsl(94, 72%, 82%) |
| CMYK | cmyk(16%, 0%, 28%, 5%) |
| LAB | lab(91.3 -24.4 28.8) |
| LCH | lch(91.3 37.8 130.3) |
| OKLCH | oklch(0.917 0.098 132.3) |
Copy-ready code
/* CSS */
color: #cbf2ae;
background-color: #cbf2ae;
/* Tailwind (arbitrary) */
class="text-[#cbf2ae] bg-[#cbf2ae]"
/* SCSS */
$brand: #cbf2ae;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#cbf2ae")Accessibility — WCAG contrast
Aa
#cbf2ae on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2ae on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue68.2%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow28.1%
Key (black)5.1%
Color previews
#cbf2ae text on a black background
contrast 16.85:1
Card sample
#cbf2ae text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2ae;
Background color
Panel with #cbf2ae background
background-color: #cbf2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2ae; background: linear-gradient(135deg, #cbf2ae, #AEF2BE);