#82bfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
130, 191, 219
HSL
199°, 55%, 68%
CMYK
41, 13, 0, 14
Luminance
0.4712
Every format
| HEX | #82bfdb |
| RGB | rgb(130, 191, 219) |
| HSL | hsl(199, 55%, 68%) |
| CMYK | cmyk(41%, 13%, 0%, 14%) |
| LAB | lab(74.3 -12.5 -20.2) |
| LCH | lch(74.3 23.7 238.3) |
| OKLCH | oklch(0.773 0.074 228.5) |
Copy-ready code
/* CSS */
color: #82bfdb;
background-color: #82bfdb;
/* Tailwind (arbitrary) */
class="text-[#82bfdb] bg-[#82bfdb]"
/* SCSS */
$brand: #82bfdb;
/* SwiftUI */
Color(red: 0.510, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#82bfdb")Accessibility — WCAG contrast
Aa
#82bfdb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bfdb on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green74.9%
Blue85.9%
CMYK percentages
Cyan40.6%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#82bfdb text on a black background
contrast 10.42:1
Card sample
#82bfdb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bfdb;
Background color
Panel with #82bfdb background
background-color: #82bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bfdb; background: linear-gradient(135deg, #82bfdb, #8283DB);