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