#83cecf
a light, soft cyan · cool · closest name: skyblue
RGB
131, 206, 207
HSL
181°, 44%, 66%
CMYK
37, 1, 0, 19
Luminance
0.5347
Every format
| HEX | #83cecf |
| RGB | rgb(131, 206, 207) |
| HSL | hsl(181, 44%, 66%) |
| CMYK | cmyk(37%, 1%, 0%, 19%) |
| LAB | lab(78.2 -22.9 -7.9) |
| LCH | lch(78.2 24.2 198.9) |
| OKLCH | oklch(0.803 0.074 196.9) |
Copy-ready code
/* CSS */
color: #83cecf;
background-color: #83cecf;
/* Tailwind (arbitrary) */
class="text-[#83cecf] bg-[#83cecf]"
/* SCSS */
$brand: #83cecf;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#83cecf")Accessibility — WCAG contrast
Aa
#83cecf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cecf on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#83cecf text on a black background
contrast 11.69:1
Card sample
#83cecf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cecf;
Background color
Panel with #83cecf background
background-color: #83cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cecf; background: linear-gradient(135deg, #83cecf, #839BCF);