#cbecf0
a pale, vivid cyan · cool · closest name: lavender
RGB
203, 236, 240
HSL
187°, 55%, 87%
CMYK
15, 2, 0, 6
Luminance
0.7898
Every format
| HEX | #cbecf0 |
| RGB | rgb(203, 236, 240) |
| HSL | hsl(187, 55%, 87%) |
| CMYK | cmyk(15%, 2%, 0%, 6%) |
| LAB | lab(91.2 -9.9 -5.5) |
| LCH | lch(91.2 11.3 209.3) |
| OKLCH | oklch(0.921 0.035 205.5) |
Copy-ready code
/* CSS */
color: #cbecf0;
background-color: #cbecf0;
/* Tailwind (arbitrary) */
class="text-[#cbecf0] bg-[#cbecf0]"
/* SCSS */
$brand: #cbecf0;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#cbecf0")Accessibility — WCAG contrast
Aa
#cbecf0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecf0 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#cbecf0 text on a black background
contrast 16.80:1
Card sample
#cbecf0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecf0;
Background color
Panel with #cbecf0 background
background-color: #cbecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecf0; background: linear-gradient(135deg, #cbecf0, #CBD3F0);