#83cdfc
a light, electric blue · cool · closest name: skyblue
RGB
131, 205, 252
HSL
203°, 95%, 75%
CMYK
48, 19, 0, 1
Luminance
0.5552
Every format
| HEX | #83cdfc |
| RGB | rgb(131, 205, 252) |
| HSL | hsl(203, 95%, 75%) |
| CMYK | cmyk(48%, 19%, 0%, 1%) |
| LAB | lab(79.3 -10.7 -30.2) |
| LCH | lch(79.3 32.0 250.5) |
| OKLCH | oklch(0.817 0.099 237.6) |
Copy-ready code
/* CSS */
color: #83cdfc;
background-color: #83cdfc;
/* Tailwind (arbitrary) */
class="text-[#83cdfc] bg-[#83cdfc]"
/* SCSS */
$brand: #83cdfc;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#83cdfc")Accessibility — WCAG contrast
Aa
#83cdfc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cdfc on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue98.8%
CMYK percentages
Cyan48.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#83cdfc text on a black background
contrast 12.10:1
Card sample
#83cdfc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cdfc;
Background color
Panel with #83cdfc background
background-color: #83cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cdfc; background: linear-gradient(135deg, #83cdfc, #8A83FC);