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