#c9cfeb
a pale, vivid blue · warm · closest name: lavender
RGB
201, 207, 235
HSL
229°, 46%, 86%
CMYK
15, 12, 0, 8
Luminance
0.6304
Every format
| HEX | #c9cfeb |
| RGB | rgb(201, 207, 235) |
| HSL | hsl(229, 46%, 86%) |
| CMYK | cmyk(15%, 12%, 0%, 8%) |
| LAB | lab(83.5 3.5 -14.5) |
| LCH | lch(83.5 14.9 283.6) |
| OKLCH | oklch(0.859 0.039 276.0) |
Copy-ready code
/* CSS */
color: #c9cfeb;
background-color: #c9cfeb;
/* Tailwind (arbitrary) */
class="text-[#c9cfeb] bg-[#c9cfeb]"
/* SCSS */
$brand: #c9cfeb;
/* SwiftUI */
Color(red: 0.788, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#c9cfeb")Accessibility — WCAG contrast
Aa
#c9cfeb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cfeb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green81.2%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c9cfeb text on a black background
contrast 13.61:1
Card sample
#c9cfeb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cfeb;
Background color
Panel with #c9cfeb background
background-color: #c9cfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cfeb; background: linear-gradient(135deg, #c9cfeb, #DAC9EB);