#8aceba
a light, soft cyan · cool · closest name: turquoise
RGB
138, 206, 186
HSL
162°, 41%, 68%
CMYK
33, 0, 10, 19
Luminance
0.5309
Every format
| HEX | #8aceba |
| RGB | rgb(138, 206, 186) |
| HSL | hsl(162, 41%, 68%) |
| CMYK | cmyk(33%, 0%, 10%, 19%) |
| LAB | lab(77.9 -25.8 3.1) |
| LCH | lch(77.9 26.0 173.1) |
| OKLCH | oklch(0.800 0.075 173.9) |
Copy-ready code
/* CSS */
color: #8aceba;
background-color: #8aceba;
/* Tailwind (arbitrary) */
class="text-[#8aceba] bg-[#8aceba]"
/* SCSS */
$brand: #8aceba;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#8aceba")Accessibility — WCAG contrast
Aa
#8aceba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aceba on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#8aceba text on a black background
contrast 11.62:1
Card sample
#8aceba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aceba;
Background color
Panel with #8aceba background
background-color: #8aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aceba; background: linear-gradient(135deg, #8aceba, #8AB5CE);