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