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