#83fcfd
a light, electric cyan · cool · closest name: cyan
RGB
131, 252, 253
HSL
181°, 97%, 75%
CMYK
48, 0, 0, 1
Luminance
0.8154
Every format
| HEX | #83fcfd |
| RGB | rgb(131, 252, 253) |
| HSL | hsl(181, 97%, 75%) |
| CMYK | cmyk(48%, 0%, 0%, 1%) |
| LAB | lab(92.4 -33.7 -11.0) |
| LCH | lch(92.4 35.5 198.1) |
| OKLCH | oklch(0.921 0.109 196.1) |
Copy-ready code
/* CSS */
color: #83fcfd;
background-color: #83fcfd;
/* Tailwind (arbitrary) */
class="text-[#83fcfd] bg-[#83fcfd]"
/* SCSS */
$brand: #83fcfd;
/* SwiftUI */
Color(red: 0.514, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#83fcfd")Accessibility — WCAG contrast
Aa
#83fcfd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fcfd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.8%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#83fcfd text on a black background
contrast 17.31:1
Card sample
#83fcfd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fcfd;
Background color
Panel with #83fcfd background
background-color: #83fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fcfd; background: linear-gradient(135deg, #83fcfd, #83ABFD);