#8afcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
138, 252, 223
HSL
165°, 95%, 77%
CMYK
45, 0, 12, 1
Luminance
0.8035
Every format
| HEX | #8afcdf |
| RGB | rgb(138, 252, 223) |
| HSL | hsl(165, 95%, 77%) |
| CMYK | cmyk(45%, 0%, 12%, 1%) |
| LAB | lab(91.8 -39.3 3.8) |
| LCH | lch(91.8 39.4 174.5) |
| OKLCH | oklch(0.915 0.113 175.2) |
Copy-ready code
/* CSS */
color: #8afcdf;
background-color: #8afcdf;
/* Tailwind (arbitrary) */
class="text-[#8afcdf] bg-[#8afcdf]"
/* SCSS */
$brand: #8afcdf;
/* SwiftUI */
Color(red: 0.541, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#8afcdf")Accessibility — WCAG contrast
Aa
#8afcdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afcdf on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#8afcdf text on a black background
contrast 17.07:1
Card sample
#8afcdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afcdf;
Background color
Panel with #8afcdf background
background-color: #8afcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afcdf; background: linear-gradient(135deg, #8afcdf, #8ACDFC);