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