#c8c8f4
a pale, vivid blue · warm · closest name: lavender
RGB
200, 200, 244
HSL
240°, 67%, 87%
CMYK
18, 18, 0, 4
Luminance
0.6012
Every format
| HEX | #c8c8f4 |
| RGB | rgb(200, 200, 244) |
| HSL | hsl(240, 67%, 87%) |
| CMYK | cmyk(18%, 18%, 0%, 4%) |
| LAB | lab(81.9 8.8 -21.6) |
| LCH | lch(81.9 23.4 292.2) |
| OKLCH | oklch(0.847 0.061 285.0) |
Copy-ready code
/* CSS */
color: #c8c8f4;
background-color: #c8c8f4;
/* Tailwind (arbitrary) */
class="text-[#c8c8f4] bg-[#c8c8f4]"
/* SCSS */
$brand: #c8c8f4;
/* SwiftUI */
Color(red: 0.784, green: 0.784, blue: 0.957)
/* Android */
Color.parseColor("#c8c8f4")Accessibility — WCAG contrast
Aa
#c8c8f4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c8f4 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.4%
Blue95.7%
CMYK percentages
Cyan18.0%
Magenta18.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c8c8f4 text on a black background
contrast 13.02:1
Card sample
#c8c8f4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c8f4;
Background color
Panel with #c8c8f4 background
background-color: #c8c8f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c8f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 200, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 200, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c8f4; background: linear-gradient(135deg, #c8c8f4, #E5C8F4);