#c7dceb
a pale, vivid blue · cool · closest name: lavender
RGB
199, 220, 235
HSL
205°, 47%, 85%
CMYK
15, 6, 0, 8
Luminance
0.6933
Every format
| HEX | #c7dceb |
| RGB | rgb(199, 220, 235) |
| HSL | hsl(205, 47%, 85%) |
| CMYK | cmyk(15%, 6%, 0%, 8%) |
| LAB | lab(86.7 -4.0 -9.7) |
| LCH | lch(86.7 10.5 247.8) |
| OKLCH | oklch(0.883 0.031 238.9) |
Copy-ready code
/* CSS */
color: #c7dceb;
background-color: #c7dceb;
/* Tailwind (arbitrary) */
class="text-[#c7dceb] bg-[#c7dceb]"
/* SCSS */
$brand: #c7dceb;
/* SwiftUI */
Color(red: 0.780, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#c7dceb")Accessibility — WCAG contrast
Aa
#c7dceb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dceb on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.3%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c7dceb text on a black background
contrast 14.87:1
Card sample
#c7dceb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dceb;
Background color
Panel with #c7dceb background
background-color: #c7dceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dceb; background: linear-gradient(135deg, #c7dceb, #CAC7EB);