#cbf2ed
a pale, vivid cyan · cool · closest name: white
RGB
203, 242, 237
HSL
172°, 60%, 87%
CMYK
16, 0, 2, 5
Luminance
0.8232
Every format
| HEX | #cbf2ed |
| RGB | rgb(203, 242, 237) |
| HSL | hsl(172, 60%, 87%) |
| CMYK | cmyk(16%, 0%, 2%, 5%) |
| LAB | lab(92.7 -13.5 -1.8) |
| LCH | lch(92.7 13.6 187.5) |
| OKLCH | oklch(0.932 0.041 187.0) |
Copy-ready code
/* CSS */
color: #cbf2ed;
background-color: #cbf2ed;
/* Tailwind (arbitrary) */
class="text-[#cbf2ed] bg-[#cbf2ed]"
/* SCSS */
$brand: #cbf2ed;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.929)
/* Android */
Color.parseColor("#cbf2ed")Accessibility — WCAG contrast
Aa
#cbf2ed on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2ed on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue92.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow2.1%
Key (black)5.1%
Color previews
#cbf2ed text on a black background
contrast 17.46:1
Card sample
#cbf2ed text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2ed;
Background color
Panel with #cbf2ed background
background-color: #cbf2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2ed; background: linear-gradient(135deg, #cbf2ed, #CBDDF2);