#c0feee
a pale, electric cyan · cool · closest name: beige
RGB
192, 254, 238
HSL
165°, 97%, 88%
CMYK
24, 0, 6, 0
Luminance
0.8826
Every format
| HEX | #c0feee |
| RGB | rgb(192, 254, 238) |
| HSL | hsl(165, 97%, 88%) |
| CMYK | cmyk(24%, 0%, 6%, 0%) |
| LAB | lab(95.3 -22.5 1.4) |
| LCH | lch(95.3 22.6 176.6) |
| OKLCH | oklch(0.951 0.066 177.2) |
Copy-ready code
/* CSS */
color: #c0feee;
background-color: #c0feee;
/* Tailwind (arbitrary) */
class="text-[#c0feee] bg-[#c0feee]"
/* SCSS */
$brand: #c0feee;
/* SwiftUI */
Color(red: 0.753, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#c0feee")Accessibility — WCAG contrast
Aa
#c0feee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0feee on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#c0feee text on a black background
contrast 18.65:1
Card sample
#c0feee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0feee;
Background color
Panel with #c0feee background
background-color: #c0feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0feee; background: linear-gradient(135deg, #c0feee, #C0E5FE);