#c7d1ff
a pale, electric blue · warm · closest name: lavender
RGB
199, 209, 255
HSL
229°, 100%, 89%
CMYK
22, 18, 0, 0
Luminance
0.6496
Every format
| HEX | #c7d1ff |
| RGB | rgb(199, 209, 255) |
| HSL | hsl(229, 100%, 89%) |
| CMYK | cmyk(22%, 18%, 0%, 0%) |
| LAB | lab(84.5 6.1 -23.6) |
| LCH | lch(84.5 24.4 284.5) |
| OKLCH | oklch(0.868 0.065 275.4) |
Copy-ready code
/* CSS */
color: #c7d1ff;
background-color: #c7d1ff;
/* Tailwind (arbitrary) */
class="text-[#c7d1ff] bg-[#c7d1ff]"
/* SCSS */
$brand: #c7d1ff;
/* SwiftUI */
Color(red: 0.780, green: 0.820, blue: 1.000)
/* Android */
Color.parseColor("#c7d1ff")Accessibility — WCAG contrast
Aa
#c7d1ff on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d1ff on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green82.0%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta18.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c7d1ff text on a black background
contrast 13.99:1
Card sample
#c7d1ff text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d1ff;
Background color
Panel with #c7d1ff background
background-color: #c7d1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 209, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 209, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d1ff; background: linear-gradient(135deg, #c7d1ff, #E2C7FF);