#cbf0b2
a light, vivid green · cool · closest name: khaki
RGB
203, 240, 178
HSL
96°, 67%, 82%
CMYK
15, 0, 26, 6
Luminance
0.7823
Every format
| HEX | #cbf0b2 |
| RGB | rgb(203, 240, 178) |
| HSL | hsl(96, 67%, 82%) |
| CMYK | cmyk(15%, 0%, 26%, 6%) |
| LAB | lab(90.9 -22.9 26.1) |
| LCH | lch(90.9 34.7 131.2) |
| OKLCH | oklch(0.913 0.091 133.1) |
Copy-ready code
/* CSS */
color: #cbf0b2;
background-color: #cbf0b2;
/* Tailwind (arbitrary) */
class="text-[#cbf0b2] bg-[#cbf0b2]"
/* SCSS */
$brand: #cbf0b2;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.698)
/* Android */
Color.parseColor("#cbf0b2")Accessibility — WCAG contrast
Aa
#cbf0b2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0b2 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue69.8%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow25.8%
Key (black)5.9%
Color previews
#cbf0b2 text on a black background
contrast 16.65:1
Card sample
#cbf0b2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0b2;
Background color
Panel with #cbf0b2 background
background-color: #cbf0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0b2; background: linear-gradient(135deg, #cbf0b2, #B2F0C2);