#cbfef0
a pale, electric cyan · cool · closest name: ivory
RGB
203, 254, 240
HSL
164°, 96%, 90%
CMYK
20, 0, 6, 0
Luminance
0.8987
Every format
| HEX | #cbfef0 |
| RGB | rgb(203, 254, 240) |
| HSL | hsl(164, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 6%, 0%) |
| LAB | lab(95.9 -18.9 1.4) |
| LCH | lch(95.9 18.9 175.8) |
| OKLCH | oklch(0.958 0.055 176.5) |
Copy-ready code
/* CSS */
color: #cbfef0;
background-color: #cbfef0;
/* Tailwind (arbitrary) */
class="text-[#cbfef0] bg-[#cbfef0]"
/* SCSS */
$brand: #cbfef0;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.941)
/* Android */
Color.parseColor("#cbfef0")Accessibility — WCAG contrast
Aa
#cbfef0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfef0 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue94.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow5.5%
Key (black)0.4%
Color previews
#cbfef0 text on a black background
contrast 18.97:1
Card sample
#cbfef0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfef0;
Background color
Panel with #cbfef0 background
background-color: #cbfef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfef0; background: linear-gradient(135deg, #cbfef0, #CBEAFE);