#c7d6f8
a pale, electric blue · cool · closest name: lavender
RGB
199, 214, 248
HSL
222°, 78%, 88%
CMYK
20, 14, 0, 3
Luminance
0.6701
Every format
| HEX | #c7d6f8 |
| RGB | rgb(199, 214, 248) |
| HSL | hsl(222, 78%, 88%) |
| CMYK | cmyk(20%, 14%, 0%, 3%) |
| LAB | lab(85.5 1.9 -18.3) |
| LCH | lch(85.5 18.4 276.0) |
| OKLCH | oklch(0.876 0.050 266.5) |
Copy-ready code
/* CSS */
color: #c7d6f8;
background-color: #c7d6f8;
/* Tailwind (arbitrary) */
class="text-[#c7d6f8] bg-[#c7d6f8]"
/* SCSS */
$brand: #c7d6f8;
/* SwiftUI */
Color(red: 0.780, green: 0.839, blue: 0.973)
/* Android */
Color.parseColor("#c7d6f8")Accessibility — WCAG contrast
Aa
#c7d6f8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d6f8 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green83.9%
Blue97.3%
CMYK percentages
Cyan19.8%
Magenta13.7%
Yellow0.0%
Key (black)2.7%
Color previews
#c7d6f8 text on a black background
contrast 14.40:1
Card sample
#c7d6f8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d6f8;
Background color
Panel with #c7d6f8 background
background-color: #c7d6f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d6f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 214, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 214, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d6f8; background: linear-gradient(135deg, #c7d6f8, #D8C7F8);