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