#9daeae
a balanced, muted cyan · cool · closest name: silver
RGB
157, 174, 174
HSL
180°, 10%, 65%
CMYK
10, 0, 0, 32
Luminance
0.4050
Every format
| HEX | #9daeae |
| RGB | rgb(157, 174, 174) |
| HSL | hsl(180, 10%, 65%) |
| CMYK | cmyk(10%, 0%, 0%, 32%) |
| LAB | lab(69.8 -5.9 -2.0) |
| LCH | lch(69.8 6.2 198.9) |
| OKLCH | oklch(0.738 0.019 196.7) |
Copy-ready code
/* CSS */
color: #9daeae;
background-color: #9daeae;
/* Tailwind (arbitrary) */
class="text-[#9daeae] bg-[#9daeae]"
/* SCSS */
$brand: #9daeae;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.682)
/* Android */
Color.parseColor("#9daeae")Accessibility — WCAG contrast
Aa
#9daeae on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daeae on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow0.0%
Key (black)31.8%
Color previews
#9daeae text on a black background
contrast 9.10:1
Card sample
#9daeae text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daeae;
Background color
Panel with #9daeae background
background-color: #9daeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daeae; background: linear-gradient(135deg, #9daeae, #9DA3AE);