#83dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
131, 219, 253
HSL
197°, 97%, 75%
CMYK
48, 13, 0, 1
Luminance
0.6258
Every format
| HEX | #83dbfd |
| RGB | rgb(131, 219, 253) |
| HSL | hsl(197, 97%, 75%) |
| CMYK | cmyk(48%, 13%, 0%, 1%) |
| LAB | lab(83.2 -17.6 -24.8) |
| LCH | lch(83.2 30.4 234.5) |
| OKLCH | oklch(0.848 0.097 224.9) |
Copy-ready code
/* CSS */
color: #83dbfd;
background-color: #83dbfd;
/* Tailwind (arbitrary) */
class="text-[#83dbfd] bg-[#83dbfd]"
/* SCSS */
$brand: #83dbfd;
/* SwiftUI */
Color(red: 0.514, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#83dbfd")Accessibility — WCAG contrast
Aa
#83dbfd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83dbfd on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green85.9%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#83dbfd text on a black background
contrast 13.52:1
Card sample
#83dbfd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83dbfd;
Background color
Panel with #83dbfd background
background-color: #83dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83dbfd; background: linear-gradient(135deg, #83dbfd, #838AFD);