#cbecf4
a pale, vivid cyan · cool · closest name: lavender
RGB
203, 236, 244
HSL
192°, 65%, 88%
CMYK
17, 3, 0, 4
Luminance
0.7922
Every format
| HEX | #cbecf4 |
| RGB | rgb(203, 236, 244) |
| HSL | hsl(192, 65%, 88%) |
| CMYK | cmyk(17%, 3%, 0%, 4%) |
| LAB | lab(91.3 -9.1 -7.5) |
| LCH | lch(91.3 11.8 219.4) |
| OKLCH | oklch(0.922 0.036 214.0) |
Copy-ready code
/* CSS */
color: #cbecf4;
background-color: #cbecf4;
/* Tailwind (arbitrary) */
class="text-[#cbecf4] bg-[#cbecf4]"
/* SCSS */
$brand: #cbecf4;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#cbecf4")Accessibility — WCAG contrast
Aa
#cbecf4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecf4 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue95.7%
CMYK percentages
Cyan16.8%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#cbecf4 text on a black background
contrast 16.84:1
Card sample
#cbecf4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecf4;
Background color
Panel with #cbecf4 background
background-color: #cbecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecf4; background: linear-gradient(135deg, #cbecf4, #CBD0F4);