#c8ccfd
a pale, electric blue · warm · closest name: lavender
RGB
200, 204, 253
HSL
236°, 93%, 89%
CMYK
21, 19, 0, 1
Luminance
0.6256
Every format
| HEX | #c8ccfd |
| RGB | rgb(200, 204, 253) |
| HSL | hsl(236, 93%, 89%) |
| CMYK | cmyk(21%, 19%, 0%, 1%) |
| LAB | lab(83.2 8.7 -24.4) |
| LCH | lch(83.2 25.9 289.5) |
| OKLCH | oklch(0.858 0.068 281.2) |
Copy-ready code
/* CSS */
color: #c8ccfd;
background-color: #c8ccfd;
/* Tailwind (arbitrary) */
class="text-[#c8ccfd] bg-[#c8ccfd]"
/* SCSS */
$brand: #c8ccfd;
/* SwiftUI */
Color(red: 0.784, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#c8ccfd")Accessibility — WCAG contrast
Aa
#c8ccfd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ccfd on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.0%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c8ccfd text on a black background
contrast 13.51:1
Card sample
#c8ccfd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ccfd;
Background color
Panel with #c8ccfd background
background-color: #c8ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ccfd; background: linear-gradient(135deg, #c8ccfd, #E7C8FD);