#8bd1da
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 209, 218
HSL
187°, 52%, 70%
CMYK
36, 4, 0, 15
Luminance
0.5615
Every format
| HEX | #8bd1da |
| RGB | rgb(139, 209, 218) |
| HSL | hsl(187, 52%, 70%) |
| CMYK | cmyk(36%, 4%, 0%, 15%) |
| LAB | lab(79.7 -19.6 -11.4) |
| LCH | lch(79.7 22.7 210.2) |
| OKLCH | oklch(0.818 0.071 206.1) |
Copy-ready code
/* CSS */
color: #8bd1da;
background-color: #8bd1da;
/* Tailwind (arbitrary) */
class="text-[#8bd1da] bg-[#8bd1da]"
/* SCSS */
$brand: #8bd1da;
/* SwiftUI */
Color(red: 0.545, green: 0.820, blue: 0.855)
/* Android */
Color.parseColor("#8bd1da")Accessibility — WCAG contrast
Aa
#8bd1da on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bd1da on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green82.0%
Blue85.5%
CMYK percentages
Cyan36.2%
Magenta4.1%
Yellow0.0%
Key (black)14.5%
Color previews
#8bd1da text on a black background
contrast 12.23:1
Card sample
#8bd1da text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bd1da;
Background color
Panel with #8bd1da background
background-color: #8bd1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bd1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 209, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 209, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bd1da; background: linear-gradient(135deg, #8bd1da, #8B9CDA);