#cbfafd
a pale, electric cyan · cool · closest name: white
RGB
203, 250, 253
HSL
184°, 93%, 89%
CMYK
20, 1, 0, 1
Luminance
0.8816
Every format
| HEX | #cbfafd |
| RGB | rgb(203, 250, 253) |
| HSL | hsl(184, 93%, 89%) |
| CMYK | cmyk(20%, 1%, 0%, 1%) |
| LAB | lab(95.2 -14.3 -6.4) |
| LCH | lch(95.2 15.6 204.1) |
| OKLCH | oklch(0.954 0.048 201.2) |
Copy-ready code
/* CSS */
color: #cbfafd;
background-color: #cbfafd;
/* Tailwind (arbitrary) */
class="text-[#cbfafd] bg-[#cbfafd]"
/* SCSS */
$brand: #cbfafd;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#cbfafd")Accessibility — WCAG contrast
Aa
#cbfafd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfafd on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cbfafd text on a black background
contrast 18.63:1
Card sample
#cbfafd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfafd;
Background color
Panel with #cbfafd background
background-color: #cbfafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfafd; background: linear-gradient(135deg, #cbfafd, #CBD9FD);