#9acbc9
a light, soft cyan · cool · closest name: silver
RGB
154, 203, 201
HSL
178°, 32%, 70%
CMYK
24, 0, 1, 20
Luminance
0.5380
Every format
| HEX | #9acbc9 |
| RGB | rgb(154, 203, 201) |
| HSL | hsl(178, 32%, 70%) |
| CMYK | cmyk(24%, 0%, 1%, 20%) |
| LAB | lab(78.3 -16.3 -4.2) |
| LCH | lch(78.3 16.8 194.5) |
| OKLCH | oklch(0.807 0.051 193.1) |
Copy-ready code
/* CSS */
color: #9acbc9;
background-color: #9acbc9;
/* Tailwind (arbitrary) */
class="text-[#9acbc9] bg-[#9acbc9]"
/* SCSS */
$brand: #9acbc9;
/* SwiftUI */
Color(red: 0.604, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#9acbc9")Accessibility — WCAG contrast
Aa
#9acbc9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acbc9 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green79.6%
Blue78.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#9acbc9 text on a black background
contrast 11.76:1
Card sample
#9acbc9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acbc9;
Background color
Panel with #9acbc9 background
background-color: #9acbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acbc9; background: linear-gradient(135deg, #9acbc9, #9AACCB);