#8afaff
a light, electric cyan · cool · closest name: cyan
RGB
138, 250, 255
HSL
183°, 100%, 77%
CMYK
46, 2, 0, 0
Luminance
0.8099
Every format
| HEX | #8afaff |
| RGB | rgb(138, 250, 255) |
| HSL | hsl(183, 100%, 77%) |
| CMYK | cmyk(46%, 2%, 0%, 0%) |
| LAB | lab(92.1 -30.8 -12.4) |
| LCH | lch(92.1 33.2 201.9) |
| OKLCH | oklch(0.920 0.103 199.3) |
Copy-ready code
/* CSS */
color: #8afaff;
background-color: #8afaff;
/* Tailwind (arbitrary) */
class="text-[#8afaff] bg-[#8afaff]"
/* SCSS */
$brand: #8afaff;
/* SwiftUI */
Color(red: 0.541, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#8afaff")Accessibility — WCAG contrast
Aa
#8afaff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afaff on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.0%
Blue100.0%
CMYK percentages
Cyan45.9%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#8afaff text on a black background
contrast 17.20:1
Card sample
#8afaff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afaff;
Background color
Panel with #8afaff background
background-color: #8afaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afaff; background: linear-gradient(135deg, #8afaff, #8AACFF);