#8aebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
138, 235, 223
HSL
173°, 71%, 73%
CMYK
41, 0, 5, 8
Luminance
0.7015
Every format
| HEX | #8aebdf |
| RGB | rgb(138, 235, 223) |
| HSL | hsl(173, 71%, 73%) |
| CMYK | cmyk(41%, 0%, 5%, 8%) |
| LAB | lab(87.1 -31.4 -3.2) |
| LCH | lch(87.1 31.6 185.7) |
| OKLCH | oklch(0.877 0.094 185.5) |
Copy-ready code
/* CSS */
color: #8aebdf;
background-color: #8aebdf;
/* Tailwind (arbitrary) */
class="text-[#8aebdf] bg-[#8aebdf]"
/* SCSS */
$brand: #8aebdf;
/* SwiftUI */
Color(red: 0.541, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#8aebdf")Accessibility — WCAG contrast
Aa
#8aebdf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aebdf on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#8aebdf text on a black background
contrast 15.03:1
Card sample
#8aebdf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aebdf;
Background color
Panel with #8aebdf background
background-color: #8aebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aebdf; background: linear-gradient(135deg, #8aebdf, #8AB6EB);