#8aeceb
a light, vivid cyan · cool · closest name: turquoise
RGB
138, 236, 235
HSL
179°, 72%, 73%
CMYK
42, 0, 0, 8
Luminance
0.7139
Every format
| HEX | #8aeceb |
| RGB | rgb(138, 236, 235) |
| HSL | hsl(179, 72%, 73%) |
| CMYK | cmyk(42%, 0%, 0%, 8%) |
| LAB | lab(87.7 -29.0 -8.6) |
| LCH | lch(87.7 30.3 196.4) |
| OKLCH | oklch(0.883 0.093 194.8) |
Copy-ready code
/* CSS */
color: #8aeceb;
background-color: #8aeceb;
/* Tailwind (arbitrary) */
class="text-[#8aeceb] bg-[#8aeceb]"
/* SCSS */
$brand: #8aeceb;
/* SwiftUI */
Color(red: 0.541, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#8aeceb")Accessibility — WCAG contrast
Aa
#8aeceb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aeceb on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green92.5%
Blue92.2%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#8aeceb text on a black background
contrast 15.28:1
Card sample
#8aeceb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aeceb;
Background color
Panel with #8aeceb background
background-color: #8aeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aeceb; background: linear-gradient(135deg, #8aeceb, #8AACEC);