#83acef
a light, electric blue · cool · closest name: steelblue
RGB
131, 172, 239
HSL
217°, 77%, 73%
CMYK
45, 28, 0, 6
Luminance
0.4056
Every format
| HEX | #83acef |
| RGB | rgb(131, 172, 239) |
| HSL | hsl(217, 77%, 73%) |
| CMYK | cmyk(45%, 28%, 0%, 6%) |
| LAB | lab(69.9 3.6 -37.8) |
| LCH | lch(69.9 38.0 275.4) |
| OKLCH | oklch(0.741 0.107 260.0) |
Copy-ready code
/* CSS */
color: #83acef;
background-color: #83acef;
/* Tailwind (arbitrary) */
class="text-[#83acef] bg-[#83acef]"
/* SCSS */
$brand: #83acef;
/* SwiftUI */
Color(red: 0.514, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#83acef")Accessibility — WCAG contrast
Aa
#83acef on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83acef on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan45.2%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#83acef text on a black background
contrast 9.11:1
Card sample
#83acef text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83acef;
Background color
Panel with #83acef background
background-color: #83acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83acef; background: linear-gradient(135deg, #83acef, #A283EF);