#c5c8ec
a light, vivid blue · warm · closest name: lavender
RGB
197, 200, 236
HSL
235°, 51%, 85%
CMYK
17, 15, 0, 8
Luminance
0.5923
Every format
| HEX | #c5c8ec |
| RGB | rgb(197, 200, 236) |
| HSL | hsl(235, 51%, 85%) |
| CMYK | cmyk(17%, 15%, 0%, 8%) |
| LAB | lab(81.4 6.2 -18.1) |
| LCH | lch(81.4 19.1 288.8) |
| OKLCH | oklch(0.842 0.050 281.5) |
Copy-ready code
/* CSS */
color: #c5c8ec;
background-color: #c5c8ec;
/* Tailwind (arbitrary) */
class="text-[#c5c8ec] bg-[#c5c8ec]"
/* SCSS */
$brand: #c5c8ec;
/* SwiftUI */
Color(red: 0.773, green: 0.784, blue: 0.925)
/* Android */
Color.parseColor("#c5c8ec")Accessibility — WCAG contrast
Aa
#c5c8ec on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c8ec on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green78.4%
Blue92.5%
CMYK percentages
Cyan16.5%
Magenta15.3%
Yellow0.0%
Key (black)7.5%
Color previews
#c5c8ec text on a black background
contrast 12.85:1
Card sample
#c5c8ec text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c8ec;
Background color
Panel with #c5c8ec background
background-color: #c5c8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 200, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 200, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c8ec; background: linear-gradient(135deg, #c5c8ec, #DCC5EC);