#cbf1eb
a pale, vivid cyan · cool · closest name: white
RGB
203, 241, 235
HSL
171°, 58%, 87%
CMYK
16, 0, 3, 6
Luminance
0.8161
Every format
| HEX | #cbf1eb |
| RGB | rgb(203, 241, 235) |
| HSL | hsl(171, 58%, 87%) |
| CMYK | cmyk(16%, 0%, 3%, 6%) |
| LAB | lab(92.4 -13.4 -1.2) |
| LCH | lch(92.4 13.5 185.2) |
| OKLCH | oklch(0.929 0.040 184.9) |
Copy-ready code
/* CSS */
color: #cbf1eb;
background-color: #cbf1eb;
/* Tailwind (arbitrary) */
class="text-[#cbf1eb] bg-[#cbf1eb]"
/* SCSS */
$brand: #cbf1eb;
/* SwiftUI */
Color(red: 0.796, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#cbf1eb")Accessibility — WCAG contrast
Aa
#cbf1eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf1eb on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.5%
Blue92.2%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#cbf1eb text on a black background
contrast 17.32:1
Card sample
#cbf1eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf1eb;
Background color
Panel with #cbf1eb background
background-color: #cbf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf1eb; background: linear-gradient(135deg, #cbf1eb, #CBDEF1);