#cbeefd
a pale, electric cyan · cool · closest name: lavender
RGB
203, 238, 253
HSL
198°, 93%, 89%
CMYK
20, 6, 0, 1
Luminance
0.8094
Every format
| HEX | #cbeefd |
| RGB | rgb(203, 238, 253) |
| HSL | hsl(198, 93%, 89%) |
| CMYK | cmyk(20%, 6%, 0%, 1%) |
| LAB | lab(92.1 -8.2 -11.0) |
| LCH | lch(92.1 13.7 233.3) |
| OKLCH | oklch(0.929 0.042 225.6) |
Copy-ready code
/* CSS */
color: #cbeefd;
background-color: #cbeefd;
/* Tailwind (arbitrary) */
class="text-[#cbeefd] bg-[#cbeefd]"
/* SCSS */
$brand: #cbeefd;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#cbeefd")Accessibility — WCAG contrast
Aa
#cbeefd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeefd on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cbeefd text on a black background
contrast 17.19:1
Card sample
#cbeefd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeefd;
Background color
Panel with #cbeefd background
background-color: #cbeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeefd; background: linear-gradient(135deg, #cbeefd, #CBCDFD);