#9adac8
a light, vivid cyan · cool · closest name: turquoise
RGB
154, 218, 200
HSL
163°, 46%, 73%
CMYK
29, 0, 8, 15
Luminance
0.6118
Every format
| HEX | #9adac8 |
| RGB | rgb(154, 218, 200) |
| HSL | hsl(163, 46%, 73%) |
| CMYK | cmyk(29%, 0%, 8%, 15%) |
| LAB | lab(82.5 -24.0 2.4) |
| LCH | lch(82.5 24.2 174.4) |
| OKLCH | oklch(0.840 0.070 175.1) |
Copy-ready code
/* CSS */
color: #9adac8;
background-color: #9adac8;
/* Tailwind (arbitrary) */
class="text-[#9adac8] bg-[#9adac8]"
/* SCSS */
$brand: #9adac8;
/* SwiftUI */
Color(red: 0.604, green: 0.855, blue: 0.784)
/* Android */
Color.parseColor("#9adac8")Accessibility — WCAG contrast
Aa
#9adac8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adac8 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green85.5%
Blue78.4%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow8.3%
Key (black)14.5%
Color previews
#9adac8 text on a black background
contrast 13.24:1
Card sample
#9adac8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adac8;
Background color
Panel with #9adac8 background
background-color: #9adac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 218, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 218, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adac8; background: linear-gradient(135deg, #9adac8, #9AC1DA);