#83fdff
a light, electric cyan · cool · closest name: cyan
RGB
131, 253, 255
HSL
181°, 100%, 76%
CMYK
49, 1, 0, 0
Luminance
0.8230
Every format
| HEX | #83fdff |
| RGB | rgb(131, 253, 255) |
| HSL | hsl(181, 100%, 76%) |
| CMYK | cmyk(49%, 1%, 0%, 0%) |
| LAB | lab(92.7 -33.7 -11.5) |
| LCH | lch(92.7 35.6 198.9) |
| OKLCH | oklch(0.924 0.110 196.8) |
Copy-ready code
/* CSS */
color: #83fdff;
background-color: #83fdff;
/* Tailwind (arbitrary) */
class="text-[#83fdff] bg-[#83fdff]"
/* SCSS */
$brand: #83fdff;
/* SwiftUI */
Color(red: 0.514, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#83fdff")Accessibility — WCAG contrast
Aa
#83fdff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fdff on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green99.2%
Blue100.0%
CMYK percentages
Cyan48.6%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#83fdff text on a black background
contrast 17.46:1
Card sample
#83fdff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fdff;
Background color
Panel with #83fdff background
background-color: #83fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fdff; background: linear-gradient(135deg, #83fdff, #83AAFF);