#cbf6cf
a pale, vivid green · cool · closest name: beige
RGB
203, 246, 207
HSL
126°, 71%, 88%
CMYK
18, 0, 16, 4
Luminance
0.8311
Every format
| HEX | #cbf6cf |
| RGB | rgb(203, 246, 207) |
| HSL | hsl(126, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 16%, 4%) |
| LAB | lab(93.1 -21.1 14.3) |
| LCH | lch(93.1 25.4 145.9) |
| OKLCH | oklch(0.933 0.069 147.5) |
Copy-ready code
/* CSS */
color: #cbf6cf;
background-color: #cbf6cf;
/* Tailwind (arbitrary) */
class="text-[#cbf6cf] bg-[#cbf6cf]"
/* SCSS */
$brand: #cbf6cf;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#cbf6cf")Accessibility — WCAG contrast
Aa
#cbf6cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6cf on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue81.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#cbf6cf text on a black background
contrast 17.62:1
Card sample
#cbf6cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6cf;
Background color
Panel with #cbf6cf background
background-color: #cbf6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6cf; background: linear-gradient(135deg, #cbf6cf, #CBF6EC);