#c7feee
a pale, electric cyan · cool · closest name: ivory
RGB
199, 254, 238
HSL
163°, 97%, 89%
CMYK
22, 0, 6, 0
Luminance
0.8920
Every format
| HEX | #c7feee |
| RGB | rgb(199, 254, 238) |
| HSL | hsl(163, 97%, 89%) |
| CMYK | cmyk(22%, 0%, 6%, 0%) |
| LAB | lab(95.7 -20.4 2.0) |
| LCH | lch(95.7 20.5 174.5) |
| OKLCH | oklch(0.955 0.060 175.3) |
Copy-ready code
/* CSS */
color: #c7feee;
background-color: #c7feee;
/* Tailwind (arbitrary) */
class="text-[#c7feee] bg-[#c7feee]"
/* SCSS */
$brand: #c7feee;
/* SwiftUI */
Color(red: 0.780, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#c7feee")Accessibility — WCAG contrast
Aa
#c7feee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7feee on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#c7feee text on a black background
contrast 18.84:1
Card sample
#c7feee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7feee;
Background color
Panel with #c7feee background
background-color: #c7feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7feee; background: linear-gradient(135deg, #c7feee, #C7E9FE);