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