#c7d0ec
a pale, vivid blue · warm · closest name: lavender
RGB
199, 208, 236
HSL
225°, 49%, 85%
CMYK
16, 12, 0, 8
Luminance
0.6331
Every format
| HEX | #c7d0ec |
| RGB | rgb(199, 208, 236) |
| HSL | hsl(225, 49%, 85%) |
| CMYK | cmyk(16%, 12%, 0%, 8%) |
| LAB | lab(83.6 2.5 -14.8) |
| LCH | lch(83.6 15.0 279.7) |
| OKLCH | oklch(0.860 0.040 271.4) |
Copy-ready code
/* CSS */
color: #c7d0ec;
background-color: #c7d0ec;
/* Tailwind (arbitrary) */
class="text-[#c7d0ec] bg-[#c7d0ec]"
/* SCSS */
$brand: #c7d0ec;
/* SwiftUI */
Color(red: 0.780, green: 0.816, blue: 0.925)
/* Android */
Color.parseColor("#c7d0ec")Accessibility — WCAG contrast
Aa
#c7d0ec on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d0ec on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.6%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta11.9%
Yellow0.0%
Key (black)7.5%
Color previews
#c7d0ec text on a black background
contrast 13.66:1
Card sample
#c7d0ec text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d0ec;
Background color
Panel with #c7d0ec background
background-color: #c7d0ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d0ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 208, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 208, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d0ec; background: linear-gradient(135deg, #c7d0ec, #D7C7EC);