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