#c9d3f8
a pale, electric blue · warm · closest name: lavender
RGB
201, 211, 248
HSL
227°, 77%, 88%
CMYK
19, 15, 0, 3
Luminance
0.6578
Every format
| HEX | #c9d3f8 |
| RGB | rgb(201, 211, 248) |
| HSL | hsl(227, 77%, 88%) |
| CMYK | cmyk(19%, 15%, 0%, 3%) |
| LAB | lab(84.9 4.1 -19.2) |
| LCH | lch(84.9 19.7 282.1) |
| OKLCH | oklch(0.871 0.052 273.4) |
Copy-ready code
/* CSS */
color: #c9d3f8;
background-color: #c9d3f8;
/* Tailwind (arbitrary) */
class="text-[#c9d3f8] bg-[#c9d3f8]"
/* SCSS */
$brand: #c9d3f8;
/* SwiftUI */
Color(red: 0.788, green: 0.827, blue: 0.973)
/* Android */
Color.parseColor("#c9d3f8")Accessibility — WCAG contrast
Aa
#c9d3f8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d3f8 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.7%
Blue97.3%
CMYK percentages
Cyan19.0%
Magenta14.9%
Yellow0.0%
Key (black)2.7%
Color previews
#c9d3f8 text on a black background
contrast 14.16:1
Card sample
#c9d3f8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d3f8;
Background color
Panel with #c9d3f8 background
background-color: #c9d3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 211, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 211, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d3f8; background: linear-gradient(135deg, #c9d3f8, #DEC9F8);