#83cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 205, 218
HSL
189°, 54%, 68%
CMYK
40, 6, 0, 15
Luminance
0.5355
Every format
| HEX | #83cdda |
| RGB | rgb(131, 205, 218) |
| HSL | hsl(189, 54%, 68%) |
| CMYK | cmyk(40%, 6%, 0%, 15%) |
| LAB | lab(78.2 -19.7 -13.7) |
| LCH | lch(78.2 24.0 214.8) |
| OKLCH | oklch(0.804 0.076 209.8) |
Copy-ready code
/* CSS */
color: #83cdda;
background-color: #83cdda;
/* Tailwind (arbitrary) */
class="text-[#83cdda] bg-[#83cdda]"
/* SCSS */
$brand: #83cdda;
/* SwiftUI */
Color(red: 0.514, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#83cdda")Accessibility — WCAG contrast
Aa
#83cdda on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cdda on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.4%
Blue85.5%
CMYK percentages
Cyan39.9%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#83cdda text on a black background
contrast 11.71:1
Card sample
#83cdda text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cdda;
Background color
Panel with #83cdda background
background-color: #83cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cdda; background: linear-gradient(135deg, #83cdda, #8393DA);