#8aeee3
a light, vivid cyan · cool · closest name: turquoise
RGB
138, 238, 227
HSL
173°, 75%, 74%
CMYK
42, 0, 5, 7
Luminance
0.7210
Every format
| HEX | #8aeee3 |
| RGB | rgb(138, 238, 227) |
| HSL | hsl(173, 75%, 74%) |
| CMYK | cmyk(42%, 0%, 5%, 7%) |
| LAB | lab(88.0 -31.9 -3.9) |
| LCH | lch(88.0 32.1 186.9) |
| OKLCH | oklch(0.885 0.096 186.5) |
Copy-ready code
/* CSS */
color: #8aeee3;
background-color: #8aeee3;
/* Tailwind (arbitrary) */
class="text-[#8aeee3] bg-[#8aeee3]"
/* SCSS */
$brand: #8aeee3;
/* SwiftUI */
Color(red: 0.541, green: 0.933, blue: 0.890)
/* Android */
Color.parseColor("#8aeee3")Accessibility — WCAG contrast
Aa
#8aeee3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aeee3 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green93.3%
Blue89.0%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow4.6%
Key (black)6.7%
Color previews
#8aeee3 text on a black background
contrast 15.42:1
Card sample
#8aeee3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aeee3;
Background color
Panel with #8aeee3 background
background-color: #8aeee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aeee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 238, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 238, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aeee3; background: linear-gradient(135deg, #8aeee3, #8AB6EE);