#c5c5fc
a pale, electric blue · warm · closest name: lavender
RGB
197, 197, 252
HSL
240°, 90%, 88%
CMYK
22, 22, 0, 1
Luminance
0.5883
Every format
| HEX | #c5c5fc |
| RGB | rgb(197, 197, 252) |
| HSL | hsl(240, 90%, 88%) |
| CMYK | cmyk(22%, 22%, 0%, 1%) |
| LAB | lab(81.2 11.3 -27.0) |
| LCH | lch(81.2 29.3 292.7) |
| OKLCH | oklch(0.842 0.076 284.6) |
Copy-ready code
/* CSS */
color: #c5c5fc;
background-color: #c5c5fc;
/* Tailwind (arbitrary) */
class="text-[#c5c5fc] bg-[#c5c5fc]"
/* SCSS */
$brand: #c5c5fc;
/* SwiftUI */
Color(red: 0.773, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#c5c5fc")Accessibility — WCAG contrast
Aa
#c5c5fc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c5fc on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green77.3%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#c5c5fc text on a black background
contrast 12.77:1
Card sample
#c5c5fc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c5fc;
Background color
Panel with #c5c5fc background
background-color: #c5c5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c5fc; background: linear-gradient(135deg, #c5c5fc, #EAC5FC);