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