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