#cbfaff
a pale, electric cyan · cool · closest name: white
RGB
203, 250, 255
HSL
186°, 100%, 90%
CMYK
20, 2, 0, 0
Luminance
0.8829
Every format
| HEX | #cbfaff |
| RGB | rgb(203, 250, 255) |
| HSL | hsl(186, 100%, 90%) |
| CMYK | cmyk(20%, 2%, 0%, 0%) |
| LAB | lab(95.3 -13.8 -7.3) |
| LCH | lch(95.3 15.7 208.0) |
| OKLCH | oklch(0.954 0.048 204.4) |
Copy-ready code
/* CSS */
color: #cbfaff;
background-color: #cbfaff;
/* Tailwind (arbitrary) */
class="text-[#cbfaff] bg-[#cbfaff]"
/* SCSS */
$brand: #cbfaff;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#cbfaff")Accessibility — WCAG contrast
Aa
#cbfaff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfaff on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cbfaff text on a black background
contrast 18.66:1
Card sample
#cbfaff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfaff;
Background color
Panel with #cbfaff background
background-color: #cbfaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfaff; background: linear-gradient(135deg, #cbfaff, #CBD7FF);