#cbfef8
a pale, electric cyan · cool · closest name: white
RGB
203, 254, 248
HSL
173°, 96%, 90%
CMYK
20, 0, 2, 0
Luminance
0.9036
Every format
| HEX | #cbfef8 |
| RGB | rgb(203, 254, 248) |
| HSL | hsl(173, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 2%, 0%) |
| LAB | lab(96.1 -17.3 -2.5) |
| LCH | lch(96.1 17.4 188.1) |
| OKLCH | oklch(0.960 0.052 187.5) |
Copy-ready code
/* CSS */
color: #cbfef8;
background-color: #cbfef8;
/* Tailwind (arbitrary) */
class="text-[#cbfef8] bg-[#cbfef8]"
/* SCSS */
$brand: #cbfef8;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.973)
/* Android */
Color.parseColor("#cbfef8")Accessibility — WCAG contrast
Aa
#cbfef8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfef8 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue97.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow2.4%
Key (black)0.4%
Color previews
#cbfef8 text on a black background
contrast 19.07:1
Card sample
#cbfef8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfef8;
Background color
Panel with #cbfef8 background
background-color: #cbfef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfef8; background: linear-gradient(135deg, #cbfef8, #CBE2FE);