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