#cbf6dc
a pale, vivid green · cool · closest name: beige
RGB
203, 246, 220
HSL
144°, 71%, 88%
CMYK
18, 0, 11, 4
Luminance
0.8378
Every format
| HEX | #cbf6dc |
| RGB | rgb(203, 246, 220) |
| HSL | hsl(144, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 11%, 4%) |
| LAB | lab(93.3 -18.7 8.0) |
| LCH | lch(93.3 20.4 157.0) |
| OKLCH | oklch(0.936 0.057 158.6) |
Copy-ready code
/* CSS */
color: #cbf6dc;
background-color: #cbf6dc;
/* Tailwind (arbitrary) */
class="text-[#cbf6dc] bg-[#cbf6dc]"
/* SCSS */
$brand: #cbf6dc;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.863)
/* Android */
Color.parseColor("#cbf6dc")Accessibility — WCAG contrast
Aa
#cbf6dc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6dc on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue86.3%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow10.6%
Key (black)3.5%
Color previews
#cbf6dc text on a black background
contrast 17.76:1
Card sample
#cbf6dc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6dc;
Background color
Panel with #cbf6dc background
background-color: #cbf6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6dc; background: linear-gradient(135deg, #cbf6dc, #CBF3F6);