#cbecfd
a pale, electric blue · cool · closest name: lavender
RGB
203, 236, 253
HSL
200°, 93%, 89%
CMYK
20, 7, 0, 1
Luminance
0.7978
Every format
| HEX | #cbecfd |
| RGB | rgb(203, 236, 253) |
| HSL | hsl(200, 93%, 89%) |
| CMYK | cmyk(20%, 7%, 0%, 1%) |
| LAB | lab(91.6 -7.2 -11.8) |
| LCH | lch(91.6 13.8 238.6) |
| OKLCH | oklch(0.925 0.042 230.2) |
Copy-ready code
/* CSS */
color: #cbecfd;
background-color: #cbecfd;
/* Tailwind (arbitrary) */
class="text-[#cbecfd] bg-[#cbecfd]"
/* SCSS */
$brand: #cbecfd;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#cbecfd")Accessibility — WCAG contrast
Aa
#cbecfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecfd on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cbecfd text on a black background
contrast 16.96:1
Card sample
#cbecfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecfd;
Background color
Panel with #cbecfd background
background-color: #cbecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecfd; background: linear-gradient(135deg, #cbecfd, #CBCBFD);