#c7e4ff
a pale, electric blue · cool · closest name: lavender
RGB
199, 228, 255
HSL
209°, 100%, 89%
CMYK
22, 11, 0, 0
Luminance
0.7485
Every format
| HEX | #c7e4ff |
| RGB | rgb(199, 228, 255) |
| HSL | hsl(209, 100%, 89%) |
| CMYK | cmyk(22%, 11%, 0%, 0%) |
| LAB | lab(89.3 -3.9 -16.2) |
| LCH | lch(89.3 16.7 256.6) |
| OKLCH | oklch(0.906 0.048 246.4) |
Copy-ready code
/* CSS */
color: #c7e4ff;
background-color: #c7e4ff;
/* Tailwind (arbitrary) */
class="text-[#c7e4ff] bg-[#c7e4ff]"
/* SCSS */
$brand: #c7e4ff;
/* SwiftUI */
Color(red: 0.780, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#c7e4ff")Accessibility — WCAG contrast
Aa
#c7e4ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e4ff on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green89.4%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c7e4ff text on a black background
contrast 15.97:1
Card sample
#c7e4ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e4ff;
Background color
Panel with #c7e4ff background
background-color: #c7e4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e4ff; background: linear-gradient(135deg, #c7e4ff, #CFC7FF);