#cbf4cf
a pale, vivid green · cool · closest name: beige
RGB
203, 244, 207
HSL
126°, 65%, 88%
CMYK
17, 0, 15, 4
Luminance
0.8190
Every format
| HEX | #cbf4cf |
| RGB | rgb(203, 244, 207) |
| HSL | hsl(126, 65%, 88%) |
| CMYK | cmyk(17%, 0%, 15%, 4%) |
| LAB | lab(92.5 -20.1 13.5) |
| LCH | lch(92.5 24.2 146.1) |
| OKLCH | oklch(0.928 0.065 147.7) |
Copy-ready code
/* CSS */
color: #cbf4cf;
background-color: #cbf4cf;
/* Tailwind (arbitrary) */
class="text-[#cbf4cf] bg-[#cbf4cf]"
/* SCSS */
$brand: #cbf4cf;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#cbf4cf")Accessibility — WCAG contrast
Aa
#cbf4cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4cf on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue81.2%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#cbf4cf text on a black background
contrast 17.38:1
Card sample
#cbf4cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4cf;
Background color
Panel with #cbf4cf background
background-color: #cbf4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4cf; background: linear-gradient(135deg, #cbf4cf, #CBF4EA);