#8bcddf
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 205, 223
HSL
193°, 57%, 71%
CMYK
38, 8, 0, 13
Luminance
0.5448
Every format
| HEX | #8bcddf |
| RGB | rgb(139, 205, 223) |
| HSL | hsl(193, 57%, 71%) |
| CMYK | cmyk(38%, 8%, 0%, 13%) |
| LAB | lab(78.7 -16.4 -15.5) |
| LCH | lch(78.7 22.6 223.5) |
| OKLCH | oklch(0.810 0.071 216.7) |
Copy-ready code
/* CSS */
color: #8bcddf;
background-color: #8bcddf;
/* Tailwind (arbitrary) */
class="text-[#8bcddf] bg-[#8bcddf]"
/* SCSS */
$brand: #8bcddf;
/* SwiftUI */
Color(red: 0.545, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#8bcddf")Accessibility — WCAG contrast
Aa
#8bcddf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bcddf on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8bcddf text on a black background
contrast 11.90:1
Card sample
#8bcddf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bcddf;
Background color
Panel with #8bcddf background
background-color: #8bcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bcddf; background: linear-gradient(135deg, #8bcddf, #8B95DF);