#cbfaeb
a pale, electric cyan · cool · closest name: ivory
RGB
203, 250, 235
HSL
161°, 83%, 89%
CMYK
19, 0, 6, 2
Luminance
0.8707
Every format
| HEX | #cbfaeb |
| RGB | rgb(203, 250, 235) |
| HSL | hsl(161, 83%, 89%) |
| CMYK | cmyk(19%, 0%, 6%, 2%) |
| LAB | lab(94.8 -17.9 2.2) |
| LCH | lch(94.8 18.0 172.9) |
| OKLCH | oklch(0.948 0.052 173.7) |
Copy-ready code
/* CSS */
color: #cbfaeb;
background-color: #cbfaeb;
/* Tailwind (arbitrary) */
class="text-[#cbfaeb] bg-[#cbfaeb]"
/* SCSS */
$brand: #cbfaeb;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#cbfaeb")Accessibility — WCAG contrast
Aa
#cbfaeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfaeb on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue92.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#cbfaeb text on a black background
contrast 18.41:1
Card sample
#cbfaeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfaeb;
Background color
Panel with #cbfaeb background
background-color: #cbfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfaeb; background: linear-gradient(135deg, #cbfaeb, #CBEAFA);