#c7dbfa
a pale, electric blue · cool · closest name: lavender
RGB
199, 219, 250
HSL
217°, 84%, 88%
CMYK
20, 12, 0, 2
Luminance
0.6971
Every format
| HEX | #c7dbfa |
| RGB | rgb(199, 219, 250) |
| HSL | hsl(217, 84%, 88%) |
| CMYK | cmyk(20%, 12%, 0%, 2%) |
| LAB | lab(86.8 -0.3 -17.3) |
| LCH | lch(86.8 17.3 269.1) |
| OKLCH | oklch(0.886 0.048 259.1) |
Copy-ready code
/* CSS */
color: #c7dbfa;
background-color: #c7dbfa;
/* Tailwind (arbitrary) */
class="text-[#c7dbfa] bg-[#c7dbfa]"
/* SCSS */
$brand: #c7dbfa;
/* SwiftUI */
Color(red: 0.780, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#c7dbfa")Accessibility — WCAG contrast
Aa
#c7dbfa on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dbfa on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.9%
Blue98.0%
CMYK percentages
Cyan20.4%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#c7dbfa text on a black background
contrast 14.94:1
Card sample
#c7dbfa text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dbfa;
Background color
Panel with #c7dbfa background
background-color: #c7dbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dbfa; background: linear-gradient(135deg, #c7dbfa, #D5C7FA);