#8accbf
a light, soft cyan · cool · closest name: turquoise
RGB
138, 204, 191
HSL
168°, 39%, 67%
CMYK
32, 0, 6, 20
Luminance
0.5235
Every format
| HEX | #8accbf |
| RGB | rgb(138, 204, 191) |
| HSL | hsl(168, 39%, 67%) |
| CMYK | cmyk(32%, 0%, 6%, 20%) |
| LAB | lab(77.5 -23.7 -0.2) |
| LCH | lch(77.5 23.7 180.5) |
| OKLCH | oklch(0.797 0.070 180.7) |
Copy-ready code
/* CSS */
color: #8accbf;
background-color: #8accbf;
/* Tailwind (arbitrary) */
class="text-[#8accbf] bg-[#8accbf]"
/* SCSS */
$brand: #8accbf;
/* SwiftUI */
Color(red: 0.541, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#8accbf")Accessibility — WCAG contrast
Aa
#8accbf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8accbf on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.0%
Blue74.9%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#8accbf text on a black background
contrast 11.47:1
Card sample
#8accbf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8accbf;
Background color
Panel with #8accbf background
background-color: #8accbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8accbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8accbf; background: linear-gradient(135deg, #8accbf, #8AADCC);