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