#cbf8eb
a pale, electric cyan · cool · closest name: ivory
RGB
203, 248, 235
HSL
163°, 76%, 88%
CMYK
18, 0, 5, 3
Luminance
0.8583
Every format
| HEX | #cbf8eb |
| RGB | rgb(203, 248, 235) |
| HSL | hsl(163, 76%, 88%) |
| CMYK | cmyk(18%, 0%, 5%, 3%) |
| LAB | lab(94.2 -16.9 1.5) |
| LCH | lch(94.2 16.9 175.0) |
| OKLCH | oklch(0.944 0.049 175.7) |
Copy-ready code
/* CSS */
color: #cbf8eb;
background-color: #cbf8eb;
/* Tailwind (arbitrary) */
class="text-[#cbf8eb] bg-[#cbf8eb]"
/* SCSS */
$brand: #cbf8eb;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#cbf8eb")Accessibility — WCAG contrast
Aa
#cbf8eb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8eb on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue92.2%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#cbf8eb text on a black background
contrast 18.17:1
Card sample
#cbf8eb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8eb;
Background color
Panel with #cbf8eb background
background-color: #cbf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8eb; background: linear-gradient(135deg, #cbf8eb, #CBE7F8);