#c9cef6
a pale, vivid blue · warm · closest name: lavender
RGB
201, 206, 246
HSL
233°, 71%, 88%
CMYK
18, 16, 0, 4
Luminance
0.6321
Every format
| HEX | #c9cef6 |
| RGB | rgb(201, 206, 246) |
| HSL | hsl(233, 71%, 88%) |
| CMYK | cmyk(18%, 16%, 0%, 4%) |
| LAB | lab(83.5 6.3 -20.2) |
| LCH | lch(83.5 21.2 287.5) |
| OKLCH | oklch(0.861 0.056 279.5) |
Copy-ready code
/* CSS */
color: #c9cef6;
background-color: #c9cef6;
/* Tailwind (arbitrary) */
class="text-[#c9cef6] bg-[#c9cef6]"
/* SCSS */
$brand: #c9cef6;
/* SwiftUI */
Color(red: 0.788, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#c9cef6")Accessibility — WCAG contrast
Aa
#c9cef6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cef6 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.8%
Blue96.5%
CMYK percentages
Cyan18.3%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#c9cef6 text on a black background
contrast 13.64:1
Card sample
#c9cef6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cef6;
Background color
Panel with #c9cef6 background
background-color: #c9cef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cef6; background: linear-gradient(135deg, #c9cef6, #E2C9F6);