#83cdfe
a light, electric blue · cool · closest name: skyblue
RGB
131, 205, 254
HSL
204°, 98%, 76%
CMYK
48, 19, 0, 0
Luminance
0.5564
Every format
| HEX | #83cdfe |
| RGB | rgb(131, 205, 254) |
| HSL | hsl(204, 98%, 76%) |
| CMYK | cmyk(48%, 19%, 0%, 0%) |
| LAB | lab(79.4 -10.1 -31.1) |
| LCH | lch(79.4 32.7 252.0) |
| OKLCH | oklch(0.818 0.101 238.7) |
Copy-ready code
/* CSS */
color: #83cdfe;
background-color: #83cdfe;
/* Tailwind (arbitrary) */
class="text-[#83cdfe] bg-[#83cdfe]"
/* SCSS */
$brand: #83cdfe;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#83cdfe")Accessibility — WCAG contrast
Aa
#83cdfe on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cdfe on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue99.6%
CMYK percentages
Cyan48.4%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#83cdfe text on a black background
contrast 12.13:1
Card sample
#83cdfe text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cdfe;
Background color
Panel with #83cdfe background
background-color: #83cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cdfe; background: linear-gradient(135deg, #83cdfe, #8B83FE);