#83bfd2
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 191, 210
HSL
194°, 47%, 67%
CMYK
38, 9, 0, 18
Luminance
0.4674
Every format
| HEX | #83bfd2 |
| RGB | rgb(131, 191, 210) |
| HSL | hsl(194, 47%, 67%) |
| CMYK | cmyk(38%, 9%, 0%, 18%) |
| LAB | lab(74.0 -14.5 -15.7) |
| LCH | lch(74.0 21.4 227.2) |
| OKLCH | oklch(0.770 0.067 219.7) |
Copy-ready code
/* CSS */
color: #83bfd2;
background-color: #83bfd2;
/* Tailwind (arbitrary) */
class="text-[#83bfd2] bg-[#83bfd2]"
/* SCSS */
$brand: #83bfd2;
/* SwiftUI */
Color(red: 0.514, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#83bfd2")Accessibility — WCAG contrast
Aa
#83bfd2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bfd2 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green74.9%
Blue82.4%
CMYK percentages
Cyan37.6%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#83bfd2 text on a black background
contrast 10.35:1
Card sample
#83bfd2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bfd2;
Background color
Panel with #83bfd2 background
background-color: #83bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bfd2; background: linear-gradient(135deg, #83bfd2, #838BD2);