#cbf4da
a pale, vivid green · cool · closest name: beige
RGB
203, 244, 218
HSL
142°, 65%, 88%
CMYK
17, 0, 11, 4
Luminance
0.8246
Every format
| HEX | #cbf4da |
| RGB | rgb(203, 244, 218) |
| HSL | hsl(142, 65%, 88%) |
| CMYK | cmyk(17%, 0%, 11%, 4%) |
| LAB | lab(92.8 -18.1 8.2) |
| LCH | lch(92.8 19.9 155.8) |
| OKLCH | oklch(0.931 0.055 157.3) |
Copy-ready code
/* CSS */
color: #cbf4da;
background-color: #cbf4da;
/* Tailwind (arbitrary) */
class="text-[#cbf4da] bg-[#cbf4da]"
/* SCSS */
$brand: #cbf4da;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#cbf4da")Accessibility — WCAG contrast
Aa
#cbf4da on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4da on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue85.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#cbf4da text on a black background
contrast 17.49:1
Card sample
#cbf4da text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4da;
Background color
Panel with #cbf4da background
background-color: #cbf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4da; background: linear-gradient(135deg, #cbf4da, #CBF3F4);