#cbdce2
a light, soft cyan · cool · closest name: lavender
RGB
203, 220, 226
HSL
196°, 28%, 84%
CMYK
10, 3, 0, 11
Luminance
0.6937
Every format
| HEX | #cbdce2 |
| RGB | rgb(203, 220, 226) |
| HSL | hsl(196, 28%, 84%) |
| CMYK | cmyk(10%, 3%, 0%, 11%) |
| LAB | lab(86.7 -4.5 -4.9) |
| LCH | lch(86.7 6.6 227.3) |
| OKLCH | oklch(0.883 0.020 220.9) |
Copy-ready code
/* CSS */
color: #cbdce2;
background-color: #cbdce2;
/* Tailwind (arbitrary) */
class="text-[#cbdce2] bg-[#cbdce2]"
/* SCSS */
$brand: #cbdce2;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#cbdce2")Accessibility — WCAG contrast
Aa
#cbdce2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdce2 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta2.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cbdce2 text on a black background
contrast 14.87:1
Card sample
#cbdce2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdce2;
Background color
Panel with #cbdce2 background
background-color: #cbdce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdce2; background: linear-gradient(135deg, #cbdce2, #CBCDE2);