#c7cdff
a pale, electric blue · warm · closest name: lavender
RGB
199, 205, 255
HSL
234°, 100%, 89%
CMYK
22, 20, 0, 0
Luminance
0.6302
Every format
| HEX | #c7cdff |
| RGB | rgb(199, 205, 255) |
| HSL | hsl(234, 100%, 89%) |
| CMYK | cmyk(22%, 20%, 0%, 0%) |
| LAB | lab(83.5 8.3 -25.1) |
| LCH | lch(83.5 26.4 288.2) |
| OKLCH | oklch(0.860 0.070 279.5) |
Copy-ready code
/* CSS */
color: #c7cdff;
background-color: #c7cdff;
/* Tailwind (arbitrary) */
class="text-[#c7cdff] bg-[#c7cdff]"
/* SCSS */
$brand: #c7cdff;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#c7cdff")Accessibility — WCAG contrast
Aa
#c7cdff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdff on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c7cdff text on a black background
contrast 13.60:1
Card sample
#c7cdff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdff;
Background color
Panel with #c7cdff background
background-color: #c7cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdff; background: linear-gradient(135deg, #c7cdff, #E6C7FF);