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