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