#c7d2fe
a pale, electric blue · warm · closest name: lavender
RGB
199, 210, 254
HSL
228°, 97%, 89%
CMYK
22, 17, 0, 0
Luminance
0.6539
Every format
| HEX | #c7d2fe |
| RGB | rgb(199, 210, 254) |
| HSL | hsl(228, 97%, 89%) |
| CMYK | cmyk(22%, 17%, 0%, 0%) |
| LAB | lab(84.7 5.4 -22.7) |
| LCH | lch(84.7 23.4 283.3) |
| OKLCH | oklch(0.870 0.062 274.0) |
Copy-ready code
/* CSS */
color: #c7d2fe;
background-color: #c7d2fe;
/* Tailwind (arbitrary) */
class="text-[#c7d2fe] bg-[#c7d2fe]"
/* SCSS */
$brand: #c7d2fe;
/* SwiftUI */
Color(red: 0.780, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#c7d2fe")Accessibility — WCAG contrast
Aa
#c7d2fe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d2fe on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green82.4%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c7d2fe text on a black background
contrast 14.08:1
Card sample
#c7d2fe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d2fe;
Background color
Panel with #c7d2fe background
background-color: #c7d2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d2fe; background: linear-gradient(135deg, #c7d2fe, #E1C7FE);