#cbf0e5
a pale, vivid cyan · cool · closest name: ivory
RGB
203, 240, 229
HSL
162°, 55%, 87%
CMYK
15, 0, 5, 6
Luminance
0.8067
Every format
| HEX | #cbf0e5 |
| RGB | rgb(203, 240, 229) |
| HSL | hsl(162, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 5%, 6%) |
| LAB | lab(92.0 -14.1 1.3) |
| LCH | lch(92.0 14.1 174.7) |
| OKLCH | oklch(0.926 0.041 175.5) |
Copy-ready code
/* CSS */
color: #cbf0e5;
background-color: #cbf0e5;
/* Tailwind (arbitrary) */
class="text-[#cbf0e5] bg-[#cbf0e5]"
/* SCSS */
$brand: #cbf0e5;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.898)
/* Android */
Color.parseColor("#cbf0e5")Accessibility — WCAG contrast
Aa
#cbf0e5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0e5 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue89.8%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow4.6%
Key (black)5.9%
Color previews
#cbf0e5 text on a black background
contrast 17.13:1
Card sample
#cbf0e5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0e5;
Background color
Panel with #cbf0e5 background
background-color: #cbf0e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0e5; background: linear-gradient(135deg, #cbf0e5, #CBE2F0);