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