#c7dbf3
a pale, vivid blue · cool · closest name: lavender
RGB
199, 219, 243
HSL
213°, 65%, 87%
CMYK
18, 10, 0, 5
Luminance
0.6928
Every format
| HEX | #c7dbf3 |
| RGB | rgb(199, 219, 243) |
| HSL | hsl(213, 65%, 87%) |
| CMYK | cmyk(18%, 10%, 0%, 5%) |
| LAB | lab(86.6 -1.8 -14.0) |
| LCH | lch(86.6 14.1 262.8) |
| OKLCH | oklch(0.884 0.040 253.0) |
Copy-ready code
/* CSS */
color: #c7dbf3;
background-color: #c7dbf3;
/* Tailwind (arbitrary) */
class="text-[#c7dbf3] bg-[#c7dbf3]"
/* SCSS */
$brand: #c7dbf3;
/* SwiftUI */
Color(red: 0.780, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#c7dbf3")Accessibility — WCAG contrast
Aa
#c7dbf3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dbf3 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.9%
Blue95.3%
CMYK percentages
Cyan18.1%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#c7dbf3 text on a black background
contrast 14.86:1
Card sample
#c7dbf3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dbf3;
Background color
Panel with #c7dbf3 background
background-color: #c7dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dbf3; background: linear-gradient(135deg, #c7dbf3, #D0C7F3);