#c7cfff
a pale, electric blue · warm · closest name: lavender
RGB
199, 207, 255
HSL
231°, 100%, 89%
CMYK
22, 19, 0, 0
Luminance
0.6399
Every format
| HEX | #c7cfff |
| RGB | rgb(199, 207, 255) |
| HSL | hsl(231, 100%, 89%) |
| CMYK | cmyk(22%, 19%, 0%, 0%) |
| LAB | lab(84.0 7.2 -24.4) |
| LCH | lch(84.0 25.4 286.5) |
| OKLCH | oklch(0.864 0.067 277.5) |
Copy-ready code
/* CSS */
color: #c7cfff;
background-color: #c7cfff;
/* Tailwind (arbitrary) */
class="text-[#c7cfff] bg-[#c7cfff]"
/* SCSS */
$brand: #c7cfff;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#c7cfff")Accessibility — WCAG contrast
Aa
#c7cfff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfff on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c7cfff text on a black background
contrast 13.80:1
Card sample
#c7cfff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfff;
Background color
Panel with #c7cfff background
background-color: #c7cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfff; background: linear-gradient(135deg, #c7cfff, #E4C7FF);