#83f2fd
a light, electric cyan · cool · closest name: skyblue
RGB
131, 242, 253
HSL
185°, 97%, 75%
CMYK
48, 4, 0, 1
Luminance
0.7542
Every format
| HEX | #83f2fd |
| RGB | rgb(131, 242, 253) |
| HSL | hsl(185, 97%, 75%) |
| CMYK | cmyk(48%, 4%, 0%, 1%) |
| LAB | lab(89.6 -29.0 -15.2) |
| LCH | lch(89.6 32.7 207.6) |
| OKLCH | oklch(0.899 0.103 203.9) |
Copy-ready code
/* CSS */
color: #83f2fd;
background-color: #83f2fd;
/* Tailwind (arbitrary) */
class="text-[#83f2fd] bg-[#83f2fd]"
/* SCSS */
$brand: #83f2fd;
/* SwiftUI */
Color(red: 0.514, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#83f2fd")Accessibility — WCAG contrast
Aa
#83f2fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83f2fd on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green94.9%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#83f2fd text on a black background
contrast 16.08:1
Card sample
#83f2fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83f2fd;
Background color
Panel with #83f2fd background
background-color: #83f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83f2fd; background: linear-gradient(135deg, #83f2fd, #83A1FD);