#8dbace
a light, soft cyan · cool · closest name: skyblue
RGB
141, 186, 206
HSL
199°, 40%, 68%
CMYK
32, 10, 0, 19
Luminance
0.4524
Every format
| HEX | #8dbace |
| RGB | rgb(141, 186, 206) |
| HSL | hsl(199, 40%, 68%) |
| CMYK | cmyk(32%, 10%, 0%, 19%) |
| LAB | lab(73.0 -10.1 -14.9) |
| LCH | lch(73.0 18.0 235.8) |
| OKLCH | oklch(0.764 0.056 227.0) |
Copy-ready code
/* CSS */
color: #8dbace;
background-color: #8dbace;
/* Tailwind (arbitrary) */
class="text-[#8dbace] bg-[#8dbace]"
/* SCSS */
$brand: #8dbace;
/* SwiftUI */
Color(red: 0.553, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#8dbace")Accessibility — WCAG contrast
Aa
#8dbace on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbace on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green72.9%
Blue80.8%
CMYK percentages
Cyan31.6%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#8dbace text on a black background
contrast 10.05:1
Card sample
#8dbace text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbace;
Background color
Panel with #8dbace background
background-color: #8dbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbace; background: linear-gradient(135deg, #8dbace, #8D8ECE);