#cbf3dc
a pale, vivid green · cool · closest name: beige
RGB
203, 243, 220
HSL
146°, 63%, 88%
CMYK
17, 0, 10, 5
Luminance
0.8197
Every format
| HEX | #cbf3dc |
| RGB | rgb(203, 243, 220) |
| HSL | hsl(146, 63%, 88%) |
| CMYK | cmyk(17%, 0%, 10%, 5%) |
| LAB | lab(92.6 -17.3 6.8) |
| LCH | lch(92.6 18.6 158.5) |
| OKLCH | oklch(0.929 0.052 160.0) |
Copy-ready code
/* CSS */
color: #cbf3dc;
background-color: #cbf3dc;
/* Tailwind (arbitrary) */
class="text-[#cbf3dc] bg-[#cbf3dc]"
/* SCSS */
$brand: #cbf3dc;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.863)
/* Android */
Color.parseColor("#cbf3dc")Accessibility — WCAG contrast
Aa
#cbf3dc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3dc on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue86.3%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow9.5%
Key (black)4.7%
Color previews
#cbf3dc text on a black background
contrast 17.39:1
Card sample
#cbf3dc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3dc;
Background color
Panel with #cbf3dc background
background-color: #cbf3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3dc; background: linear-gradient(135deg, #cbf3dc, #CBEFF3);