#8adbc9
a light, vivid cyan · cool · closest name: turquoise
RGB
138, 219, 201
HSL
167°, 53%, 70%
CMYK
37, 0, 8, 14
Luminance
0.6028
Every format
| HEX | #8adbc9 |
| RGB | rgb(138, 219, 201) |
| HSL | hsl(167, 53%, 70%) |
| CMYK | cmyk(37%, 0%, 8%, 14%) |
| LAB | lab(82.0 -28.8 1.0) |
| LCH | lch(82.0 28.8 178.0) |
| OKLCH | oklch(0.834 0.084 178.4) |
Copy-ready code
/* CSS */
color: #8adbc9;
background-color: #8adbc9;
/* Tailwind (arbitrary) */
class="text-[#8adbc9] bg-[#8adbc9]"
/* SCSS */
$brand: #8adbc9;
/* SwiftUI */
Color(red: 0.541, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#8adbc9")Accessibility — WCAG contrast
Aa
#8adbc9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adbc9 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green85.9%
Blue78.8%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#8adbc9 text on a black background
contrast 13.06:1
Card sample
#8adbc9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adbc9;
Background color
Panel with #8adbc9 background
background-color: #8adbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adbc9; background: linear-gradient(135deg, #8adbc9, #8AB7DB);