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