#c7cdfe
a pale, electric blue · warm · closest name: lavender
RGB
199, 205, 254
HSL
234°, 97%, 89%
CMYK
22, 19, 0, 0
Luminance
0.6296
Every format
| HEX | #c7cdfe |
| RGB | rgb(199, 205, 254) |
| HSL | hsl(234, 97%, 89%) |
| CMYK | cmyk(22%, 19%, 0%, 0%) |
| LAB | lab(83.4 8.0 -24.6) |
| LCH | lch(83.4 25.9 288.1) |
| OKLCH | oklch(0.860 0.068 279.4) |
Copy-ready code
/* CSS */
color: #c7cdfe;
background-color: #c7cdfe;
/* Tailwind (arbitrary) */
class="text-[#c7cdfe] bg-[#c7cdfe]"
/* SCSS */
$brand: #c7cdfe;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#c7cdfe")Accessibility — WCAG contrast
Aa
#c7cdfe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdfe on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c7cdfe text on a black background
contrast 13.59:1
Card sample
#c7cdfe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdfe;
Background color
Panel with #c7cdfe background
background-color: #c7cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdfe; background: linear-gradient(135deg, #c7cdfe, #E6C7FE);