#8afbfe
a light, electric cyan · cool · closest name: cyan
RGB
138, 251, 254
HSL
182°, 98%, 77%
CMYK
46, 1, 0, 0
Luminance
0.8155
Every format
| HEX | #8afbfe |
| RGB | rgb(138, 251, 254) |
| HSL | hsl(182, 98%, 77%) |
| CMYK | cmyk(46%, 1%, 0%, 0%) |
| LAB | lab(92.4 -31.5 -11.5) |
| LCH | lch(92.4 33.5 200.0) |
| OKLCH | oklch(0.922 0.104 197.8) |
Copy-ready code
/* CSS */
color: #8afbfe;
background-color: #8afbfe;
/* Tailwind (arbitrary) */
class="text-[#8afbfe] bg-[#8afbfe]"
/* SCSS */
$brand: #8afbfe;
/* SwiftUI */
Color(red: 0.541, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#8afbfe")Accessibility — WCAG contrast
Aa
#8afbfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afbfe on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.4%
Blue99.6%
CMYK percentages
Cyan45.7%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#8afbfe text on a black background
contrast 17.31:1
Card sample
#8afbfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afbfe;
Background color
Panel with #8afbfe background
background-color: #8afbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afbfe; background: linear-gradient(135deg, #8afbfe, #8AAEFE);