#c7cdfc
a pale, electric blue · warm · closest name: lavender
RGB
199, 205, 252
HSL
233°, 90%, 88%
CMYK
21, 19, 0, 1
Luminance
0.6283
Every format
| HEX | #c7cdfc |
| RGB | rgb(199, 205, 252) |
| HSL | hsl(233, 90%, 88%) |
| CMYK | cmyk(21%, 19%, 0%, 1%) |
| LAB | lab(83.3 7.6 -23.7) |
| LCH | lch(83.3 24.9 287.8) |
| OKLCH | oklch(0.859 0.066 279.2) |
Copy-ready code
/* CSS */
color: #c7cdfc;
background-color: #c7cdfc;
/* Tailwind (arbitrary) */
class="text-[#c7cdfc] bg-[#c7cdfc]"
/* SCSS */
$brand: #c7cdfc;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c7cdfc")Accessibility — WCAG contrast
Aa
#c7cdfc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdfc on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue98.8%
CMYK percentages
Cyan21.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c7cdfc text on a black background
contrast 13.57:1
Card sample
#c7cdfc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdfc;
Background color
Panel with #c7cdfc background
background-color: #c7cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdfc; background: linear-gradient(135deg, #c7cdfc, #E4C7FC);