#c6d4f1
a pale, vivid blue · cool · closest name: lavender
RGB
198, 212, 241
HSL
221°, 61%, 86%
CMYK
18, 12, 0, 6
Luminance
0.6544
Every format
| HEX | #c6d4f1 |
| RGB | rgb(198, 212, 241) |
| HSL | hsl(221, 61%, 86%) |
| CMYK | cmyk(18%, 12%, 0%, 6%) |
| LAB | lab(84.7 1.2 -15.8) |
| LCH | lch(84.7 15.8 274.2) |
| OKLCH | oklch(0.869 0.043 265.0) |
Copy-ready code
/* CSS */
color: #c6d4f1;
background-color: #c6d4f1;
/* Tailwind (arbitrary) */
class="text-[#c6d4f1] bg-[#c6d4f1]"
/* SCSS */
$brand: #c6d4f1;
/* SwiftUI */
Color(red: 0.776, green: 0.831, blue: 0.945)
/* Android */
Color.parseColor("#c6d4f1")Accessibility — WCAG contrast
Aa
#c6d4f1 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d4f1 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green83.1%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta12.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c6d4f1 text on a black background
contrast 14.09:1
Card sample
#c6d4f1 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d4f1;
Background color
Panel with #c6d4f1 background
background-color: #c6d4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 212, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 212, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d4f1; background: linear-gradient(135deg, #c6d4f1, #D5C6F1);