#c7dfee
a pale, vivid blue · cool · closest name: lavender
RGB
199, 223, 238
HSL
203°, 53%, 86%
CMYK
16, 6, 0, 7
Luminance
0.7109
Every format
| HEX | #c7dfee |
| RGB | rgb(199, 223, 238) |
| HSL | hsl(203, 53%, 86%) |
| CMYK | cmyk(16%, 6%, 0%, 7%) |
| LAB | lab(87.5 -4.9 -10.0) |
| LCH | lch(87.5 11.1 243.9) |
| OKLCH | oklch(0.891 0.033 235.2) |
Copy-ready code
/* CSS */
color: #c7dfee;
background-color: #c7dfee;
/* Tailwind (arbitrary) */
class="text-[#c7dfee] bg-[#c7dfee]"
/* SCSS */
$brand: #c7dfee;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#c7dfee")Accessibility — WCAG contrast
Aa
#c7dfee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfee on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c7dfee text on a black background
contrast 15.22:1
Card sample
#c7dfee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfee;
Background color
Panel with #c7dfee background
background-color: #c7dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfee; background: linear-gradient(135deg, #c7dfee, #C9C7EE);