#cbcada
a light, soft blue · warm · closest name: silver
RGB
203, 202, 218
HSL
244°, 18%, 82%
CMYK
7, 7, 0, 15
Luminance
0.6000
Every format
| HEX | #cbcada |
| RGB | rgb(203, 202, 218) |
| HSL | hsl(244, 18%, 82%) |
| CMYK | cmyk(7%, 7%, 0%, 15%) |
| LAB | lab(81.8 3.4 -7.8) |
| LCH | lch(81.8 8.5 293.3) |
| OKLCH | oklch(0.845 0.022 288.8) |
Copy-ready code
/* CSS */
color: #cbcada;
background-color: #cbcada;
/* Tailwind (arbitrary) */
class="text-[#cbcada] bg-[#cbcada]"
/* SCSS */
$brand: #cbcada;
/* SwiftUI */
Color(red: 0.796, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#cbcada")Accessibility — WCAG contrast
Aa
#cbcada on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcada on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.2%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cbcada text on a black background
contrast 13.00:1
Card sample
#cbcada text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcada;
Background color
Panel with #cbcada background
background-color: #cbcada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcada; background: linear-gradient(135deg, #cbcada, #D6CADA);