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