#83fff8
a light, electric cyan · cool · closest name: cyan
RGB
131, 255, 248
HSL
177°, 100%, 76%
CMYK
49, 0, 3, 0
Luminance
0.8312
Every format
| HEX | #83fff8 |
| RGB | rgb(131, 255, 248) |
| HSL | hsl(177, 100%, 76%) |
| CMYK | cmyk(49%, 0%, 3%, 0%) |
| LAB | lab(93.1 -36.4 -7.4) |
| LCH | lch(93.1 37.1 191.5) |
| OKLCH | oklch(0.927 0.112 190.5) |
Copy-ready code
/* CSS */
color: #83fff8;
background-color: #83fff8;
/* Tailwind (arbitrary) */
class="text-[#83fff8] bg-[#83fff8]"
/* SCSS */
$brand: #83fff8;
/* SwiftUI */
Color(red: 0.514, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#83fff8")Accessibility — WCAG contrast
Aa
#83fff8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fff8 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green100.0%
Blue97.3%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#83fff8 text on a black background
contrast 17.62:1
Card sample
#83fff8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fff8;
Background color
Panel with #83fff8 background
background-color: #83fff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fff8; background: linear-gradient(135deg, #83fff8, #83B3FF);