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