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