#83cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 205, 223
HSL
192°, 59%, 69%
CMYK
41, 8, 0, 13
Luminance
0.5382
Every format
| HEX | #83cddf |
| RGB | rgb(131, 205, 223) |
| HSL | hsl(192, 59%, 69%) |
| CMYK | cmyk(41%, 8%, 0%, 13%) |
| LAB | lab(78.3 -18.4 -16.1) |
| LCH | lch(78.3 24.5 221.2) |
| OKLCH | oklch(0.806 0.078 214.9) |
Copy-ready code
/* CSS */
color: #83cddf;
background-color: #83cddf;
/* Tailwind (arbitrary) */
class="text-[#83cddf] bg-[#83cddf]"
/* SCSS */
$brand: #83cddf;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#83cddf")Accessibility — WCAG contrast
Aa
#83cddf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cddf on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#83cddf text on a black background
contrast 11.76:1
Card sample
#83cddf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cddf;
Background color
Panel with #83cddf background
background-color: #83cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cddf; background: linear-gradient(135deg, #83cddf, #8390DF);