#83b3cf
a light, soft blue · cool · closest name: skyblue
RGB
131, 179, 207
HSL
202°, 44%, 66%
CMYK
37, 14, 0, 19
Luminance
0.4157
Every format
| HEX | #83b3cf |
| RGB | rgb(131, 179, 207) |
| HSL | hsl(202, 44%, 66%) |
| CMYK | cmyk(37%, 14%, 0%, 19%) |
| LAB | lab(70.6 -8.9 -19.2) |
| LCH | lch(70.6 21.2 245.1) |
| OKLCH | oklch(0.743 0.065 234.4) |
Copy-ready code
/* CSS */
color: #83b3cf;
background-color: #83b3cf;
/* Tailwind (arbitrary) */
class="text-[#83b3cf] bg-[#83b3cf]"
/* SCSS */
$brand: #83b3cf;
/* SwiftUI */
Color(red: 0.514, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#83b3cf")Accessibility — WCAG contrast
Aa
#83b3cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83b3cf on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green70.2%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#83b3cf text on a black background
contrast 9.31:1
Card sample
#83b3cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83b3cf;
Background color
Panel with #83b3cf background
background-color: #83b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83b3cf; background: linear-gradient(135deg, #83b3cf, #8683CF);