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