#c7ddfe
a pale, electric blue · cool · closest name: lavender
RGB
199, 221, 254
HSL
216°, 97%, 89%
CMYK
22, 13, 0, 0
Luminance
0.7101
Every format
| HEX | #c7ddfe |
| RGB | rgb(199, 221, 254) |
| HSL | hsl(216, 97%, 89%) |
| CMYK | cmyk(22%, 13%, 0%, 0%) |
| LAB | lab(87.5 -0.4 -18.5) |
| LCH | lch(87.5 18.5 268.6) |
| OKLCH | oklch(0.892 0.051 258.4) |
Copy-ready code
/* CSS */
color: #c7ddfe;
background-color: #c7ddfe;
/* Tailwind (arbitrary) */
class="text-[#c7ddfe] bg-[#c7ddfe]"
/* SCSS */
$brand: #c7ddfe;
/* SwiftUI */
Color(red: 0.780, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#c7ddfe")Accessibility — WCAG contrast
Aa
#c7ddfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ddfe on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.7%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#c7ddfe text on a black background
contrast 15.20:1
Card sample
#c7ddfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ddfe;
Background color
Panel with #c7ddfe background
background-color: #c7ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ddfe; background: linear-gradient(135deg, #c7ddfe, #D6C7FE);