#98baba
a light, soft cyan · cool · closest name: silver
RGB
152, 186, 186
HSL
180°, 20%, 66%
CMYK
18, 0, 0, 27
Luminance
0.4534
Every format
| HEX | #98baba |
| RGB | rgb(152, 186, 186) |
| HSL | hsl(180, 20%, 66%) |
| CMYK | cmyk(18%, 0%, 0%, 27%) |
| LAB | lab(73.1 -11.4 -3.8) |
| LCH | lch(73.1 12.0 198.4) |
| OKLCH | oklch(0.764 0.037 196.4) |
Copy-ready code
/* CSS */
color: #98baba;
background-color: #98baba;
/* Tailwind (arbitrary) */
class="text-[#98baba] bg-[#98baba]"
/* SCSS */
$brand: #98baba;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#98baba")Accessibility — WCAG contrast
Aa
#98baba on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98baba on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue72.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#98baba text on a black background
contrast 10.07:1
Card sample
#98baba text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98baba;
Background color
Panel with #98baba background
background-color: #98baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98baba; background: linear-gradient(135deg, #98baba, #98A3BA);