#83beee
a light, electric blue · cool · closest name: skyblue
RGB
131, 190, 238
HSL
207°, 76%, 72%
CMYK
45, 20, 0, 7
Luminance
0.4783
Every format
| HEX | #83beee |
| RGB | rgb(131, 190, 238) |
| HSL | hsl(207, 76%, 72%) |
| CMYK | cmyk(45%, 20%, 0%, 7%) |
| LAB | lab(74.7 -6.6 -29.8) |
| LCH | lch(74.7 30.5 257.6) |
| OKLCH | oklch(0.779 0.092 243.9) |
Copy-ready code
/* CSS */
color: #83beee;
background-color: #83beee;
/* Tailwind (arbitrary) */
class="text-[#83beee] bg-[#83beee]"
/* SCSS */
$brand: #83beee;
/* SwiftUI */
Color(red: 0.514, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#83beee")Accessibility — WCAG contrast
Aa
#83beee on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83beee on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan45.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#83beee text on a black background
contrast 10.57:1
Card sample
#83beee text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83beee;
Background color
Panel with #83beee background
background-color: #83beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83beee; background: linear-gradient(135deg, #83beee, #8F83EE);