#8fb8d6
a light, vivid blue · cool · closest name: skyblue
RGB
143, 184, 214
HSL
205°, 46%, 70%
CMYK
33, 14, 0, 16
Luminance
0.4498
Every format
| HEX | #8fb8d6 |
| RGB | rgb(143, 184, 214) |
| HSL | hsl(205, 46%, 70%) |
| CMYK | cmyk(33%, 14%, 0%, 16%) |
| LAB | lab(72.9 -6.5 -19.5) |
| LCH | lch(72.9 20.6 251.5) |
| OKLCH | oklch(0.763 0.062 240.3) |
Copy-ready code
/* CSS */
color: #8fb8d6;
background-color: #8fb8d6;
/* Tailwind (arbitrary) */
class="text-[#8fb8d6] bg-[#8fb8d6]"
/* SCSS */
$brand: #8fb8d6;
/* SwiftUI */
Color(red: 0.561, green: 0.722, blue: 0.839)
/* Android */
Color.parseColor("#8fb8d6")Accessibility — WCAG contrast
Aa
#8fb8d6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb8d6 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.2%
Blue83.9%
CMYK percentages
Cyan33.2%
Magenta14.0%
Yellow0.0%
Key (black)16.1%
Color previews
#8fb8d6 text on a black background
contrast 10.00:1
Card sample
#8fb8d6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb8d6;
Background color
Panel with #8fb8d6 background
background-color: #8fb8d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb8d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 184, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 184, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb8d6; background: linear-gradient(135deg, #8fb8d6, #958FD6);