#8af4da
a light, electric cyan · cool · closest name: aquamarine
RGB
138, 244, 218
HSL
165°, 83%, 75%
CMYK
43, 0, 11, 4
Luminance
0.7517
Every format
| HEX | #8af4da |
| RGB | rgb(138, 244, 218) |
| HSL | hsl(165, 83%, 75%) |
| CMYK | cmyk(43%, 0%, 11%, 4%) |
| LAB | lab(89.5 -36.7 3.0) |
| LCH | lch(89.5 36.9 175.4) |
| OKLCH | oklch(0.896 0.106 176.1) |
Copy-ready code
/* CSS */
color: #8af4da;
background-color: #8af4da;
/* Tailwind (arbitrary) */
class="text-[#8af4da] bg-[#8af4da]"
/* SCSS */
$brand: #8af4da;
/* SwiftUI */
Color(red: 0.541, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#8af4da")Accessibility — WCAG contrast
Aa
#8af4da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af4da on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green95.7%
Blue85.5%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#8af4da text on a black background
contrast 16.03:1
Card sample
#8af4da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af4da;
Background color
Panel with #8af4da background
background-color: #8af4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af4da; background: linear-gradient(135deg, #8af4da, #8AC7F4);