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