#c8cbfc
a pale, electric blue · warm · closest name: lavender
RGB
200, 203, 252
HSL
237°, 90%, 89%
CMYK
21, 19, 0, 1
Luminance
0.6202
Every format
| HEX | #c8cbfc |
| RGB | rgb(200, 203, 252) |
| HSL | hsl(237, 90%, 89%) |
| CMYK | cmyk(21%, 19%, 0%, 1%) |
| LAB | lab(82.9 9.0 -24.3) |
| LCH | lch(82.9 25.9 290.2) |
| OKLCH | oklch(0.856 0.068 282.1) |
Copy-ready code
/* CSS */
color: #c8cbfc;
background-color: #c8cbfc;
/* Tailwind (arbitrary) */
class="text-[#c8cbfc] bg-[#c8cbfc]"
/* SCSS */
$brand: #c8cbfc;
/* SwiftUI */
Color(red: 0.784, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#c8cbfc")Accessibility — WCAG contrast
Aa
#c8cbfc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cbfc on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green79.6%
Blue98.8%
CMYK percentages
Cyan20.6%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#c8cbfc text on a black background
contrast 13.40:1
Card sample
#c8cbfc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cbfc;
Background color
Panel with #c8cbfc background
background-color: #c8cbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cbfc; background: linear-gradient(135deg, #c8cbfc, #E8C8FC);