#cbf3cf
a pale, vivid green · cool · closest name: beige
RGB
203, 243, 207
HSL
126°, 63%, 88%
CMYK
17, 0, 15, 5
Luminance
0.8130
Every format
| HEX | #cbf3cf |
| RGB | rgb(203, 243, 207) |
| HSL | hsl(126, 63%, 88%) |
| CMYK | cmyk(17%, 0%, 15%, 5%) |
| LAB | lab(92.3 -19.6 13.1) |
| LCH | lch(92.3 23.6 146.2) |
| OKLCH | oklch(0.926 0.064 147.8) |
Copy-ready code
/* CSS */
color: #cbf3cf;
background-color: #cbf3cf;
/* Tailwind (arbitrary) */
class="text-[#cbf3cf] bg-[#cbf3cf]"
/* SCSS */
$brand: #cbf3cf;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#cbf3cf")Accessibility — WCAG contrast
Aa
#cbf3cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3cf on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue81.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#cbf3cf text on a black background
contrast 17.26:1
Card sample
#cbf3cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3cf;
Background color
Panel with #cbf3cf background
background-color: #cbf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3cf; background: linear-gradient(135deg, #cbf3cf, #CBF3EA);