#8afbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
138, 251, 223
HSL
165°, 93%, 76%
CMYK
45, 0, 11, 2
Luminance
0.7973
Every format
| HEX | #8afbdf |
| RGB | rgb(138, 251, 223) |
| HSL | hsl(165, 93%, 76%) |
| CMYK | cmyk(45%, 0%, 11%, 2%) |
| LAB | lab(91.6 -38.8 3.4) |
| LCH | lch(91.6 39.0 175.0) |
| OKLCH | oklch(0.913 0.112 175.7) |
Copy-ready code
/* CSS */
color: #8afbdf;
background-color: #8afbdf;
/* Tailwind (arbitrary) */
class="text-[#8afbdf] bg-[#8afbdf]"
/* SCSS */
$brand: #8afbdf;
/* SwiftUI */
Color(red: 0.541, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#8afbdf")Accessibility — WCAG contrast
Aa
#8afbdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afbdf on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.4%
Blue87.5%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#8afbdf text on a black background
contrast 16.95:1
Card sample
#8afbdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afbdf;
Background color
Panel with #8afbdf background
background-color: #8afbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afbdf; background: linear-gradient(135deg, #8afbdf, #8ACCFB);