#83cccf
a light, soft cyan · cool · closest name: skyblue
RGB
131, 204, 207
HSL
182°, 44%, 66%
CMYK
37, 1, 0, 19
Luminance
0.5252
Every format
| HEX | #83cccf |
| RGB | rgb(131, 204, 207) |
| HSL | hsl(182, 44%, 66%) |
| CMYK | cmyk(37%, 1%, 0%, 19%) |
| LAB | lab(77.6 -21.9 -8.7) |
| LCH | lch(77.6 23.6 201.6) |
| OKLCH | oklch(0.798 0.073 199.1) |
Copy-ready code
/* CSS */
color: #83cccf;
background-color: #83cccf;
/* Tailwind (arbitrary) */
class="text-[#83cccf] bg-[#83cccf]"
/* SCSS */
$brand: #83cccf;
/* SwiftUI */
Color(red: 0.514, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#83cccf")Accessibility — WCAG contrast
Aa
#83cccf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cccf on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#83cccf text on a black background
contrast 11.50:1
Card sample
#83cccf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cccf;
Background color
Panel with #83cccf background
background-color: #83cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cccf; background: linear-gradient(135deg, #83cccf, #8399CF);