#83cfdc
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 207, 220
HSL
189°, 56%, 69%
CMYK
41, 6, 0, 14
Luminance
0.5462
Every format
| HEX | #83cfdc |
| RGB | rgb(131, 207, 220) |
| HSL | hsl(189, 56%, 69%) |
| CMYK | cmyk(41%, 6%, 0%, 14%) |
| LAB | lab(78.8 -20.2 -13.8) |
| LCH | lch(78.8 24.5 214.4) |
| OKLCH | oklch(0.810 0.077 209.5) |
Copy-ready code
/* CSS */
color: #83cfdc;
background-color: #83cfdc;
/* Tailwind (arbitrary) */
class="text-[#83cfdc] bg-[#83cfdc]"
/* SCSS */
$brand: #83cfdc;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#83cfdc")Accessibility — WCAG contrast
Aa
#83cfdc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfdc on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue86.3%
CMYK percentages
Cyan40.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#83cfdc text on a black background
contrast 11.92:1
Card sample
#83cfdc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfdc;
Background color
Panel with #83cfdc background
background-color: #83cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfdc; background: linear-gradient(135deg, #83cfdc, #8394DC);