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