#c7dfed
a pale, vivid blue · cool · closest name: lavender
RGB
199, 223, 237
HSL
202°, 51%, 86%
CMYK
16, 6, 0, 7
Luminance
0.7103
Every format
| HEX | #c7dfed |
| RGB | rgb(199, 223, 237) |
| HSL | hsl(202, 51%, 86%) |
| CMYK | cmyk(16%, 6%, 0%, 7%) |
| LAB | lab(87.5 -5.1 -9.5) |
| LCH | lch(87.5 10.8 241.8) |
| OKLCH | oklch(0.890 0.032 233.3) |
Copy-ready code
/* CSS */
color: #c7dfed;
background-color: #c7dfed;
/* Tailwind (arbitrary) */
class="text-[#c7dfed] bg-[#c7dfed]"
/* SCSS */
$brand: #c7dfed;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#c7dfed")Accessibility — WCAG contrast
Aa
#c7dfed on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfed on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue92.9%
CMYK percentages
Cyan16.0%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#c7dfed text on a black background
contrast 15.21:1
Card sample
#c7dfed text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfed;
Background color
Panel with #c7dfed background
background-color: #c7dfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfed; background: linear-gradient(135deg, #c7dfed, #C8C7ED);