#c7dcef
a pale, vivid blue · cool · closest name: lavender
RGB
199, 220, 239
HSL
209°, 56%, 86%
CMYK
17, 8, 0, 6
Luminance
0.6956
Every format
| HEX | #c7dcef |
| RGB | rgb(199, 220, 239) |
| HSL | hsl(209, 56%, 86%) |
| CMYK | cmyk(17%, 8%, 0%, 6%) |
| LAB | lab(86.8 -3.1 -11.6) |
| LCH | lch(86.8 12.1 254.9) |
| OKLCH | oklch(0.885 0.035 245.5) |
Copy-ready code
/* CSS */
color: #c7dcef;
background-color: #c7dcef;
/* Tailwind (arbitrary) */
class="text-[#c7dcef] bg-[#c7dcef]"
/* SCSS */
$brand: #c7dcef;
/* SwiftUI */
Color(red: 0.780, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c7dcef")Accessibility — WCAG contrast
Aa
#c7dcef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dcef on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.3%
Blue93.7%
CMYK percentages
Cyan16.7%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c7dcef text on a black background
contrast 14.91:1
Card sample
#c7dcef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dcef;
Background color
Panel with #c7dcef background
background-color: #c7dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dcef; background: linear-gradient(135deg, #c7dcef, #CDC7EF);