#83bfdf
a light, vivid blue · cool · closest name: skyblue
RGB
131, 191, 223
HSL
201°, 59%, 69%
CMYK
41, 14, 0, 13
Luminance
0.4741
Every format
| HEX | #83bfdf |
| RGB | rgb(131, 191, 223) |
| HSL | hsl(201, 59%, 69%) |
| CMYK | cmyk(41%, 14%, 0%, 13%) |
| LAB | lab(74.5 -11.2 -22.1) |
| LCH | lch(74.5 24.7 243.2) |
| OKLCH | oklch(0.775 0.077 232.4) |
Copy-ready code
/* CSS */
color: #83bfdf;
background-color: #83bfdf;
/* Tailwind (arbitrary) */
class="text-[#83bfdf] bg-[#83bfdf]"
/* SCSS */
$brand: #83bfdf;
/* SwiftUI */
Color(red: 0.514, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#83bfdf")Accessibility — WCAG contrast
Aa
#83bfdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bfdf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#83bfdf text on a black background
contrast 10.48:1
Card sample
#83bfdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bfdf;
Background color
Panel with #83bfdf background
background-color: #83bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bfdf; background: linear-gradient(135deg, #83bfdf, #8483DF);