#98ccc4
a light, soft cyan · cool · closest name: silver
RGB
152, 204, 196
HSL
171°, 34%, 70%
CMYK
26, 0, 4, 20
Luminance
0.5385
Every format
| HEX | #98ccc4 |
| RGB | rgb(152, 204, 196) |
| HSL | hsl(171, 34%, 70%) |
| CMYK | cmyk(26%, 0%, 4%, 20%) |
| LAB | lab(78.4 -18.5 -1.5) |
| LCH | lch(78.4 18.6 184.6) |
| OKLCH | oklch(0.807 0.055 184.5) |
Copy-ready code
/* CSS */
color: #98ccc4;
background-color: #98ccc4;
/* Tailwind (arbitrary) */
class="text-[#98ccc4] bg-[#98ccc4]"
/* SCSS */
$brand: #98ccc4;
/* SwiftUI */
Color(red: 0.596, green: 0.800, blue: 0.769)
/* Android */
Color.parseColor("#98ccc4")Accessibility — WCAG contrast
Aa
#98ccc4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ccc4 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.0%
Blue76.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow3.9%
Key (black)20.0%
Color previews
#98ccc4 text on a black background
contrast 11.77:1
Card sample
#98ccc4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ccc4;
Background color
Panel with #98ccc4 background
background-color: #98ccc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ccc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 204, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 204, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ccc4; background: linear-gradient(135deg, #98ccc4, #98B1CC);