#c4cbdf
a light, soft blue · cool · closest name: lavender
RGB
196, 203, 223
HSL
224°, 30%, 82%
CMYK
12, 9, 0, 13
Luminance
0.5978
Every format
| HEX | #c4cbdf |
| RGB | rgb(196, 203, 223) |
| HSL | hsl(224, 30%, 82%) |
| CMYK | cmyk(12%, 9%, 0%, 13%) |
| LAB | lab(81.7 1.5 -10.7) |
| LCH | lch(81.7 10.8 278.1) |
| OKLCH | oklch(0.843 0.029 270.4) |
Copy-ready code
/* CSS */
color: #c4cbdf;
background-color: #c4cbdf;
/* Tailwind (arbitrary) */
class="text-[#c4cbdf] bg-[#c4cbdf]"
/* SCSS */
$brand: #c4cbdf;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#c4cbdf")Accessibility — WCAG contrast
Aa
#c4cbdf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cbdf on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c4cbdf text on a black background
contrast 12.96:1
Card sample
#c4cbdf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cbdf;
Background color
Panel with #c4cbdf background
background-color: #c4cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cbdf; background: linear-gradient(135deg, #c4cbdf, #CFC4DF);