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