#c6daff
a pale, electric blue · cool · closest name: lavender
RGB
198, 218, 255
HSL
219°, 100%, 89%
CMYK
22, 15, 0, 0
Luminance
0.6937
Every format
| HEX | #c6daff |
| RGB | rgb(198, 218, 255) |
| HSL | hsl(219, 100%, 89%) |
| CMYK | cmyk(22%, 15%, 0%, 0%) |
| LAB | lab(86.7 1.1 -20.2) |
| LCH | lch(86.7 20.3 273.0) |
| OKLCH | oklch(0.885 0.056 262.8) |
Copy-ready code
/* CSS */
color: #c6daff;
background-color: #c6daff;
/* Tailwind (arbitrary) */
class="text-[#c6daff] bg-[#c6daff]"
/* SCSS */
$brand: #c6daff;
/* SwiftUI */
Color(red: 0.776, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#c6daff")Accessibility — WCAG contrast
Aa
#c6daff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6daff on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.5%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c6daff text on a black background
contrast 14.87:1
Card sample
#c6daff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6daff;
Background color
Panel with #c6daff background
background-color: #c6daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6daff; background: linear-gradient(135deg, #c6daff, #D8C6FF);