#c2ffee
a pale, electric cyan · cool · closest name: beige
RGB
194, 255, 238
HSL
163°, 100%, 88%
CMYK
24, 0, 7, 0
Luminance
0.8916
Every format
| HEX | #c2ffee |
| RGB | rgb(194, 255, 238) |
| HSL | hsl(163, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 7%, 0%) |
| LAB | lab(95.7 -22.4 1.9) |
| LCH | lch(95.7 22.5 175.1) |
| OKLCH | oklch(0.954 0.065 175.8) |
Copy-ready code
/* CSS */
color: #c2ffee;
background-color: #c2ffee;
/* Tailwind (arbitrary) */
class="text-[#c2ffee] bg-[#c2ffee]"
/* SCSS */
$brand: #c2ffee;
/* SwiftUI */
Color(red: 0.761, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#c2ffee")Accessibility — WCAG contrast
Aa
#c2ffee on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ffee on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green100.0%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#c2ffee text on a black background
contrast 18.83:1
Card sample
#c2ffee text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ffee;
Background color
Panel with #c2ffee background
background-color: #c2ffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ffee; background: linear-gradient(135deg, #c2ffee, #C2E7FF);