#c9cdf4
a pale, vivid blue · warm · closest name: lavender
RGB
201, 205, 244
HSL
234°, 66%, 87%
CMYK
18, 16, 0, 4
Luminance
0.6261
Every format
| HEX | #c9cdf4 |
| RGB | rgb(201, 205, 244) |
| HSL | hsl(234, 66%, 87%) |
| CMYK | cmyk(18%, 16%, 0%, 4%) |
| LAB | lab(83.2 6.5 -19.6) |
| LCH | lch(83.2 20.6 288.2) |
| OKLCH | oklch(0.858 0.054 280.6) |
Copy-ready code
/* CSS */
color: #c9cdf4;
background-color: #c9cdf4;
/* Tailwind (arbitrary) */
class="text-[#c9cdf4] bg-[#c9cdf4]"
/* SCSS */
$brand: #c9cdf4;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#c9cdf4")Accessibility — WCAG contrast
Aa
#c9cdf4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdf4 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue95.7%
CMYK percentages
Cyan17.6%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c9cdf4 text on a black background
contrast 13.52:1
Card sample
#c9cdf4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdf4;
Background color
Panel with #c9cdf4 background
background-color: #c9cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdf4; background: linear-gradient(135deg, #c9cdf4, #E2C9F4);