#c8cdf0
a pale, vivid blue · warm · closest name: lavender
RGB
200, 205, 240
HSL
233°, 57%, 86%
CMYK
17, 15, 0, 6
Luminance
0.6223
Every format
| HEX | #c8cdf0 |
| RGB | rgb(200, 205, 240) |
| HSL | hsl(233, 57%, 86%) |
| CMYK | cmyk(17%, 15%, 0%, 6%) |
| LAB | lab(83.0 5.3 -17.8) |
| LCH | lch(83.0 18.5 286.6) |
| OKLCH | oklch(0.856 0.049 278.9) |
Copy-ready code
/* CSS */
color: #c8cdf0;
background-color: #c8cdf0;
/* Tailwind (arbitrary) */
class="text-[#c8cdf0] bg-[#c8cdf0]"
/* SCSS */
$brand: #c8cdf0;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#c8cdf0")Accessibility — WCAG contrast
Aa
#c8cdf0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cdf0 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue94.1%
CMYK percentages
Cyan16.7%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c8cdf0 text on a black background
contrast 13.45:1
Card sample
#c8cdf0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cdf0;
Background color
Panel with #c8cdf0 background
background-color: #c8cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cdf0; background: linear-gradient(135deg, #c8cdf0, #DEC8F0);