#8aecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
138, 236, 223
HSL
172°, 72%, 73%
CMYK
42, 0, 6, 8
Luminance
0.7072
Every format
| HEX | #8aecdf |
| RGB | rgb(138, 236, 223) |
| HSL | hsl(172, 72%, 73%) |
| CMYK | cmyk(42%, 0%, 6%, 8%) |
| LAB | lab(87.3 -31.9 -2.7) |
| LCH | lch(87.3 32.0 184.9) |
| OKLCH | oklch(0.879 0.095 184.8) |
Copy-ready code
/* CSS */
color: #8aecdf;
background-color: #8aecdf;
/* Tailwind (arbitrary) */
class="text-[#8aecdf] bg-[#8aecdf]"
/* SCSS */
$brand: #8aecdf;
/* SwiftUI */
Color(red: 0.541, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#8aecdf")Accessibility — WCAG contrast
Aa
#8aecdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aecdf on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#8aecdf text on a black background
contrast 15.14:1
Card sample
#8aecdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aecdf;
Background color
Panel with #8aecdf background
background-color: #8aecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aecdf; background: linear-gradient(135deg, #8aecdf, #8AB8EC);