#c7edf5
a pale, vivid cyan · cool · closest name: lavender
RGB
199, 237, 245
HSL
190°, 70%, 87%
CMYK
19, 3, 0, 4
Luminance
0.7930
Every format
| HEX | #c7edf5 |
| RGB | rgb(199, 237, 245) |
| HSL | hsl(190, 70%, 87%) |
| CMYK | cmyk(19%, 3%, 0%, 4%) |
| LAB | lab(91.4 -10.6 -8.0) |
| LCH | lch(91.4 13.3 216.9) |
| OKLCH | oklch(0.921 0.041 211.8) |
Copy-ready code
/* CSS */
color: #c7edf5;
background-color: #c7edf5;
/* Tailwind (arbitrary) */
class="text-[#c7edf5] bg-[#c7edf5]"
/* SCSS */
$brand: #c7edf5;
/* SwiftUI */
Color(red: 0.780, green: 0.929, blue: 0.961)
/* Android */
Color.parseColor("#c7edf5")Accessibility — WCAG contrast
Aa
#c7edf5 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7edf5 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.9%
Blue96.1%
CMYK percentages
Cyan18.8%
Magenta3.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c7edf5 text on a black background
contrast 16.86:1
Card sample
#c7edf5 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7edf5;
Background color
Panel with #c7edf5 background
background-color: #c7edf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7edf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 237, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 237, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7edf5; background: linear-gradient(135deg, #c7edf5, #C7CFF5);