#c7ffee
a pale, electric cyan · cool · closest name: beige
RGB
199, 255, 238
HSL
162°, 100%, 89%
CMYK
22, 0, 7, 0
Luminance
0.8984
Every format
| HEX | #c7ffee |
| RGB | rgb(199, 255, 238) |
| HSL | hsl(162, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 7%, 0%) |
| LAB | lab(95.9 -20.9 2.4) |
| LCH | lch(95.9 21.1 173.6) |
| OKLCH | oklch(0.957 0.061 174.4) |
Copy-ready code
/* CSS */
color: #c7ffee;
background-color: #c7ffee;
/* Tailwind (arbitrary) */
class="text-[#c7ffee] bg-[#c7ffee]"
/* SCSS */
$brand: #c7ffee;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#c7ffee")Accessibility — WCAG contrast
Aa
#c7ffee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ffee on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue93.3%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#c7ffee text on a black background
contrast 18.97:1
Card sample
#c7ffee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ffee;
Background color
Panel with #c7ffee background
background-color: #c7ffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ffee; background: linear-gradient(135deg, #c7ffee, #C7EBFF);