#c7ddf9
a pale, electric blue · cool · closest name: lavender
RGB
199, 221, 249
HSL
214°, 81%, 88%
CMYK
20, 11, 0, 2
Luminance
0.7069
Every format
| HEX | #c7ddf9 |
| RGB | rgb(199, 221, 249) |
| HSL | hsl(214, 81%, 88%) |
| CMYK | cmyk(20%, 11%, 0%, 2%) |
| LAB | lab(87.3 -1.5 -16.1) |
| LCH | lch(87.3 16.1 264.6) |
| OKLCH | oklch(0.890 0.045 254.5) |
Copy-ready code
/* CSS */
color: #c7ddf9;
background-color: #c7ddf9;
/* Tailwind (arbitrary) */
class="text-[#c7ddf9] bg-[#c7ddf9]"
/* SCSS */
$brand: #c7ddf9;
/* SwiftUI */
Color(red: 0.780, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#c7ddf9")Accessibility — WCAG contrast
Aa
#c7ddf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ddf9 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.7%
Blue97.6%
CMYK percentages
Cyan20.1%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c7ddf9 text on a black background
contrast 15.14:1
Card sample
#c7ddf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ddf9;
Background color
Panel with #c7ddf9 background
background-color: #c7ddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ddf9; background: linear-gradient(135deg, #c7ddf9, #D2C7F9);