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