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