#c7d2f9
a pale, electric blue · warm · closest name: lavender
RGB
199, 210, 249
HSL
227°, 81%, 88%
CMYK
20, 16, 0, 2
Luminance
0.6507
Every format
| HEX | #c7d2f9 |
| RGB | rgb(199, 210, 249) |
| HSL | hsl(227, 81%, 88%) |
| CMYK | cmyk(20%, 16%, 0%, 2%) |
| LAB | lab(84.5 4.3 -20.3) |
| LCH | lch(84.5 20.8 281.8) |
| OKLCH | oklch(0.868 0.055 272.8) |
Copy-ready code
/* CSS */
color: #c7d2f9;
background-color: #c7d2f9;
/* Tailwind (arbitrary) */
class="text-[#c7d2f9] bg-[#c7d2f9]"
/* SCSS */
$brand: #c7d2f9;
/* SwiftUI */
Color(red: 0.780, green: 0.824, blue: 0.976)
/* Android */
Color.parseColor("#c7d2f9")Accessibility — WCAG contrast
Aa
#c7d2f9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d2f9 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green82.4%
Blue97.6%
CMYK percentages
Cyan20.1%
Magenta15.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c7d2f9 text on a black background
contrast 14.01:1
Card sample
#c7d2f9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d2f9;
Background color
Panel with #c7d2f9 background
background-color: #c7d2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 210, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 210, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d2f9; background: linear-gradient(135deg, #c7d2f9, #DDC7F9);