#cbf1cf
a pale, vivid green · cool · closest name: beige
RGB
203, 241, 207
HSL
126°, 58%, 87%
CMYK
16, 0, 14, 6
Luminance
0.8011
Every format
| HEX | #cbf1cf |
| RGB | rgb(203, 241, 207) |
| HSL | hsl(126, 58%, 87%) |
| CMYK | cmyk(16%, 0%, 14%, 6%) |
| LAB | lab(91.7 -18.6 12.4) |
| LCH | lch(91.7 22.4 146.4) |
| OKLCH | oklch(0.922 0.060 148.0) |
Copy-ready code
/* CSS */
color: #cbf1cf;
background-color: #cbf1cf;
/* Tailwind (arbitrary) */
class="text-[#cbf1cf] bg-[#cbf1cf]"
/* SCSS */
$brand: #cbf1cf;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#cbf1cf")Accessibility — WCAG contrast
Aa
#cbf1cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf1cf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue81.2%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#cbf1cf text on a black background
contrast 17.02:1
Card sample
#cbf1cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf1cf;
Background color
Panel with #cbf1cf background
background-color: #cbf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf1cf; background: linear-gradient(135deg, #cbf1cf, #CBF1E8);