#83afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
131, 175, 188
HSL
194°, 30%, 63%
CMYK
30, 7, 0, 26
Luminance
0.3912
Every format
| HEX | #83afbc |
| RGB | rgb(131, 175, 188) |
| HSL | hsl(194, 30%, 63%) |
| CMYK | cmyk(30%, 7%, 0%, 26%) |
| LAB | lab(68.8 -11.6 -11.4) |
| LCH | lch(68.8 16.2 224.6) |
| OKLCH | oklch(0.727 0.051 217.9) |
Copy-ready code
/* CSS */
color: #83afbc;
background-color: #83afbc;
/* Tailwind (arbitrary) */
class="text-[#83afbc] bg-[#83afbc]"
/* SCSS */
$brand: #83afbc;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#83afbc")Accessibility — WCAG contrast
Aa
#83afbc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afbc on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue73.7%
CMYK percentages
Cyan30.3%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#83afbc text on a black background
contrast 8.82:1
Card sample
#83afbc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afbc;
Background color
Panel with #83afbc background
background-color: #83afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afbc; background: linear-gradient(135deg, #83afbc, #8389BC);