#cbfffe
a pale, electric cyan · cool · closest name: white
RGB
203, 255, 254
HSL
179°, 100%, 90%
CMYK
20, 0, 0, 0
Luminance
0.9137
Every format
| HEX | #cbfffe |
| RGB | rgb(203, 255, 254) |
| HSL | hsl(179, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 0%, 0%) |
| LAB | lab(96.6 -16.5 -4.9) |
| LCH | lch(96.6 17.2 196.6) |
| OKLCH | oklch(0.964 0.053 194.9) |
Copy-ready code
/* CSS */
color: #cbfffe;
background-color: #cbfffe;
/* Tailwind (arbitrary) */
class="text-[#cbfffe] bg-[#cbfffe]"
/* SCSS */
$brand: #cbfffe;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#cbfffe")Accessibility — WCAG contrast
Aa
#cbfffe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfffe on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue99.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#cbfffe text on a black background
contrast 19.27:1
Card sample
#cbfffe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfffe;
Background color
Panel with #cbfffe background
background-color: #cbfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfffe; background: linear-gradient(135deg, #cbfffe, #CBDDFF);