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