#8af0da
a light, electric cyan · cool · closest name: turquoise
RGB
138, 240, 218
HSL
167°, 77%, 74%
CMYK
43, 0, 9, 6
Luminance
0.7279
Every format
| HEX | #8af0da |
| RGB | rgb(138, 240, 218) |
| HSL | hsl(167, 77%, 74%) |
| CMYK | cmyk(43%, 0%, 9%, 6%) |
| LAB | lab(88.3 -34.9 1.3) |
| LCH | lch(88.3 34.9 177.8) |
| OKLCH | oklch(0.887 0.101 178.3) |
Copy-ready code
/* CSS */
color: #8af0da;
background-color: #8af0da;
/* Tailwind (arbitrary) */
class="text-[#8af0da] bg-[#8af0da]"
/* SCSS */
$brand: #8af0da;
/* SwiftUI */
Color(red: 0.541, green: 0.941, blue: 0.855)
/* Android */
Color.parseColor("#8af0da")Accessibility — WCAG contrast
Aa
#8af0da on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af0da on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green94.1%
Blue85.5%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow9.2%
Key (black)5.9%
Color previews
#8af0da text on a black background
contrast 15.56:1
Card sample
#8af0da text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af0da;
Background color
Panel with #8af0da background
background-color: #8af0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 240, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 240, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af0da; background: linear-gradient(135deg, #8af0da, #8AC2F0);