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