#c7d1f0
a pale, vivid blue · warm · closest name: lavender
RGB
199, 209, 240
HSL
225°, 58%, 86%
CMYK
17, 13, 0, 6
Luminance
0.6403
Every format
| HEX | #c7d1f0 |
| RGB | rgb(199, 209, 240) |
| HSL | hsl(225, 58%, 86%) |
| CMYK | cmyk(17%, 13%, 0%, 6%) |
| LAB | lab(84.0 2.9 -16.4) |
| LCH | lch(84.0 16.6 279.9) |
| OKLCH | oklch(0.863 0.044 271.3) |
Copy-ready code
/* CSS */
color: #c7d1f0;
background-color: #c7d1f0;
/* Tailwind (arbitrary) */
class="text-[#c7d1f0] bg-[#c7d1f0]"
/* SCSS */
$brand: #c7d1f0;
/* SwiftUI */
Color(red: 0.780, green: 0.820, blue: 0.941)
/* Android */
Color.parseColor("#c7d1f0")Accessibility — WCAG contrast
Aa
#c7d1f0 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d1f0 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green82.0%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta12.9%
Yellow0.0%
Key (black)5.9%
Color previews
#c7d1f0 text on a black background
contrast 13.81:1
Card sample
#c7d1f0 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d1f0;
Background color
Panel with #c7d1f0 background
background-color: #c7d1f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d1f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 209, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 209, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d1f0; background: linear-gradient(135deg, #c7d1f0, #D8C7F0);