#82cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
130, 207, 223
HSL
190°, 59%, 69%
CMYK
42, 7, 0, 13
Luminance
0.5470
Every format
| HEX | #82cfdf |
| RGB | rgb(130, 207, 223) |
| HSL | hsl(190, 59%, 69%) |
| CMYK | cmyk(42%, 7%, 0%, 13%) |
| LAB | lab(78.9 -19.7 -15.4) |
| LCH | lch(78.9 25.0 218.0) |
| OKLCH | oklch(0.810 0.079 212.3) |
Copy-ready code
/* CSS */
color: #82cfdf;
background-color: #82cfdf;
/* Tailwind (arbitrary) */
class="text-[#82cfdf] bg-[#82cfdf]"
/* SCSS */
$brand: #82cfdf;
/* SwiftUI */
Color(red: 0.510, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#82cfdf")Accessibility — WCAG contrast
Aa
#82cfdf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cfdf on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#82cfdf text on a black background
contrast 11.94:1
Card sample
#82cfdf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cfdf;
Background color
Panel with #82cfdf background
background-color: #82cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cfdf; background: linear-gradient(135deg, #82cfdf, #8291DF);