#83cffc
a light, electric blue · cool · closest name: skyblue
RGB
131, 207, 252
HSL
202°, 95%, 75%
CMYK
48, 18, 0, 1
Luminance
0.5648
Every format
| HEX | #83cffc |
| RGB | rgb(131, 207, 252) |
| HSL | hsl(202, 95%, 75%) |
| CMYK | cmyk(48%, 18%, 0%, 1%) |
| LAB | lab(79.9 -11.7 -29.3) |
| LCH | lch(79.9 31.6 248.2) |
| OKLCH | oklch(0.822 0.099 235.7) |
Copy-ready code
/* CSS */
color: #83cffc;
background-color: #83cffc;
/* Tailwind (arbitrary) */
class="text-[#83cffc] bg-[#83cffc]"
/* SCSS */
$brand: #83cffc;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#83cffc")Accessibility — WCAG contrast
Aa
#83cffc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cffc on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue98.8%
CMYK percentages
Cyan48.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#83cffc text on a black background
contrast 12.30:1
Card sample
#83cffc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cffc;
Background color
Panel with #83cffc background
background-color: #83cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cffc; background: linear-gradient(135deg, #83cffc, #8883FC);