#c7eefd
a pale, electric cyan · cool · closest name: lavender
RGB
199, 238, 253
HSL
197°, 93%, 89%
CMYK
21, 6, 0, 1
Luminance
0.8038
Every format
| HEX | #c7eefd |
| RGB | rgb(199, 238, 253) |
| HSL | hsl(197, 93%, 89%) |
| CMYK | cmyk(21%, 6%, 0%, 1%) |
| LAB | lab(91.9 -9.4 -11.4) |
| LCH | lch(91.9 14.8 230.5) |
| OKLCH | oklch(0.926 0.045 223.1) |
Copy-ready code
/* CSS */
color: #c7eefd;
background-color: #c7eefd;
/* Tailwind (arbitrary) */
class="text-[#c7eefd] bg-[#c7eefd]"
/* SCSS */
$brand: #c7eefd;
/* SwiftUI */
Color(red: 0.780, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#c7eefd")Accessibility — WCAG contrast
Aa
#c7eefd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eefd on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.3%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c7eefd text on a black background
contrast 17.08:1
Card sample
#c7eefd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eefd;
Background color
Panel with #c7eefd background
background-color: #c7eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eefd; background: linear-gradient(135deg, #c7eefd, #C7CAFD);