#9ac0c0
a light, soft cyan · cool · closest name: silver
RGB
154, 192, 192
HSL
180°, 23%, 68%
CMYK
20, 0, 0, 25
Luminance
0.4838
Every format
| HEX | #9ac0c0 |
| RGB | rgb(154, 192, 192) |
| HSL | hsl(180, 23%, 68%) |
| CMYK | cmyk(20%, 0%, 0%, 25%) |
| LAB | lab(75.1 -12.6 -4.2) |
| LCH | lch(75.1 13.3 198.4) |
| OKLCH | oklch(0.780 0.041 196.3) |
Copy-ready code
/* CSS */
color: #9ac0c0;
background-color: #9ac0c0;
/* Tailwind (arbitrary) */
class="text-[#9ac0c0] bg-[#9ac0c0]"
/* SCSS */
$brand: #9ac0c0;
/* SwiftUI */
Color(red: 0.604, green: 0.753, blue: 0.753)
/* Android */
Color.parseColor("#9ac0c0")Accessibility — WCAG contrast
Aa
#9ac0c0 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac0c0 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green75.3%
Blue75.3%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow0.0%
Key (black)24.7%
Color previews
#9ac0c0 text on a black background
contrast 10.68:1
Card sample
#9ac0c0 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac0c0;
Background color
Panel with #9ac0c0 background
background-color: #9ac0c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac0c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 192, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 192, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac0c0; background: linear-gradient(135deg, #9ac0c0, #9AA7C0);