#8bdcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 220, 223
HSL
182°, 57%, 71%
CMYK
38, 1, 0, 13
Luminance
0.6200
Every format
| HEX | #8bdcdf |
| RGB | rgb(139, 220, 223) |
| HSL | hsl(182, 57%, 71%) |
| CMYK | cmyk(38%, 1%, 0%, 13%) |
| LAB | lab(82.9 -23.9 -9.3) |
| LCH | lch(82.9 25.7 201.2) |
| OKLCH | oklch(0.844 0.079 198.8) |
Copy-ready code
/* CSS */
color: #8bdcdf;
background-color: #8bdcdf;
/* Tailwind (arbitrary) */
class="text-[#8bdcdf] bg-[#8bdcdf]"
/* SCSS */
$brand: #8bdcdf;
/* SwiftUI */
Color(red: 0.545, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#8bdcdf")Accessibility — WCAG contrast
Aa
#8bdcdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdcdf on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8bdcdf text on a black background
contrast 13.40:1
Card sample
#8bdcdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdcdf;
Background color
Panel with #8bdcdf background
background-color: #8bdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdcdf; background: linear-gradient(135deg, #8bdcdf, #8BA4DF);