#c7e2fd
a pale, electric blue · cool · closest name: lavender
RGB
199, 226, 253
HSL
210°, 93%, 89%
CMYK
21, 11, 0, 1
Luminance
0.7363
Every format
| HEX | #c7e2fd |
| RGB | rgb(199, 226, 253) |
| HSL | hsl(210, 93%, 89%) |
| CMYK | cmyk(21%, 11%, 0%, 1%) |
| LAB | lab(88.7 -3.3 -16.1) |
| LCH | lch(88.7 16.4 258.5) |
| OKLCH | oklch(0.902 0.047 248.3) |
Copy-ready code
/* CSS */
color: #c7e2fd;
background-color: #c7e2fd;
/* Tailwind (arbitrary) */
class="text-[#c7e2fd] bg-[#c7e2fd]"
/* SCSS */
$brand: #c7e2fd;
/* SwiftUI */
Color(red: 0.780, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#c7e2fd")Accessibility — WCAG contrast
Aa
#c7e2fd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e2fd on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green88.6%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c7e2fd text on a black background
contrast 15.73:1
Card sample
#c7e2fd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e2fd;
Background color
Panel with #c7e2fd background
background-color: #c7e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e2fd; background: linear-gradient(135deg, #c7e2fd, #D0C7FD);