#c7dbfe
a pale, electric blue · cool · closest name: lavender
RGB
199, 219, 254
HSL
218°, 97%, 89%
CMYK
22, 14, 0, 0
Luminance
0.6996
Every format
| HEX | #c7dbfe |
| RGB | rgb(199, 219, 254) |
| HSL | hsl(218, 97%, 89%) |
| CMYK | cmyk(22%, 14%, 0%, 0%) |
| LAB | lab(87.0 0.6 -19.3) |
| LCH | lch(87.0 19.3 271.8) |
| OKLCH | oklch(0.888 0.053 261.7) |
Copy-ready code
/* CSS */
color: #c7dbfe;
background-color: #c7dbfe;
/* Tailwind (arbitrary) */
class="text-[#c7dbfe] bg-[#c7dbfe]"
/* SCSS */
$brand: #c7dbfe;
/* SwiftUI */
Color(red: 0.780, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#c7dbfe")Accessibility — WCAG contrast
Aa
#c7dbfe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dbfe on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.9%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c7dbfe text on a black background
contrast 14.99:1
Card sample
#c7dbfe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dbfe;
Background color
Panel with #c7dbfe background
background-color: #c7dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dbfe; background: linear-gradient(135deg, #c7dbfe, #D8C7FE);