#c5f9ee
a pale, electric cyan · cool · closest name: ivory
RGB
197, 249, 238
HSL
167°, 81%, 88%
CMYK
21, 0, 4, 2
Luminance
0.8579
Every format
| HEX | #c5f9ee |
| RGB | rgb(197, 249, 238) |
| HSL | hsl(167, 81%, 88%) |
| CMYK | cmyk(21%, 0%, 4%, 2%) |
| LAB | lab(94.2 -18.6 -0.1) |
| LCH | lch(94.2 18.6 180.4) |
| OKLCH | oklch(0.943 0.055 180.7) |
Copy-ready code
/* CSS */
color: #c5f9ee;
background-color: #c5f9ee;
/* Tailwind (arbitrary) */
class="text-[#c5f9ee] bg-[#c5f9ee]"
/* SCSS */
$brand: #c5f9ee;
/* SwiftUI */
Color(red: 0.773, green: 0.976, blue: 0.933)
/* Android */
Color.parseColor("#c5f9ee")Accessibility — WCAG contrast
Aa
#c5f9ee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f9ee on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green97.6%
Blue93.3%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow4.4%
Key (black)2.4%
Color previews
#c5f9ee text on a black background
contrast 18.16:1
Card sample
#c5f9ee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f9ee;
Background color
Panel with #c5f9ee background
background-color: #c5f9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 249, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 249, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f9ee; background: linear-gradient(135deg, #c5f9ee, #C5E1F9);