#83ddfe
a light, electric cyan · cool · closest name: skyblue
RGB
131, 221, 254
HSL
196°, 98%, 76%
CMYK
48, 13, 0, 0
Luminance
0.6369
Every format
| HEX | #83ddfe |
| RGB | rgb(131, 221, 254) |
| HSL | hsl(196, 98%, 76%) |
| CMYK | cmyk(48%, 13%, 0%, 0%) |
| LAB | lab(83.8 -18.4 -24.4) |
| LCH | lch(83.8 30.6 233.0) |
| OKLCH | oklch(0.853 0.098 223.7) |
Copy-ready code
/* CSS */
color: #83ddfe;
background-color: #83ddfe;
/* Tailwind (arbitrary) */
class="text-[#83ddfe] bg-[#83ddfe]"
/* SCSS */
$brand: #83ddfe;
/* SwiftUI */
Color(red: 0.514, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#83ddfe")Accessibility — WCAG contrast
Aa
#83ddfe on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ddfe on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green86.7%
Blue99.6%
CMYK percentages
Cyan48.4%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#83ddfe text on a black background
contrast 13.74:1
Card sample
#83ddfe text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ddfe;
Background color
Panel with #83ddfe background
background-color: #83ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ddfe; background: linear-gradient(135deg, #83ddfe, #838BFE);