#8dbfd6
a light, vivid cyan · cool · closest name: skyblue
RGB
141, 191, 214
HSL
199°, 47%, 70%
CMYK
34, 11, 0, 16
Luminance
0.4778
Every format
| HEX | #8dbfd6 |
| RGB | rgb(141, 191, 214) |
| HSL | hsl(199, 47%, 70%) |
| CMYK | cmyk(34%, 11%, 0%, 16%) |
| LAB | lab(74.7 -10.8 -16.8) |
| LCH | lch(74.7 20.0 237.2) |
| OKLCH | oklch(0.777 0.062 228.1) |
Copy-ready code
/* CSS */
color: #8dbfd6;
background-color: #8dbfd6;
/* Tailwind (arbitrary) */
class="text-[#8dbfd6] bg-[#8dbfd6]"
/* SCSS */
$brand: #8dbfd6;
/* SwiftUI */
Color(red: 0.553, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#8dbfd6")Accessibility — WCAG contrast
Aa
#8dbfd6 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbfd6 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.9%
Blue83.9%
CMYK percentages
Cyan34.1%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#8dbfd6 text on a black background
contrast 10.56:1
Card sample
#8dbfd6 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbfd6;
Background color
Panel with #8dbfd6 background
background-color: #8dbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbfd6; background: linear-gradient(135deg, #8dbfd6, #8D8ED6);