#8fbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
143, 191, 223
HSL
204°, 56%, 72%
CMYK
36, 14, 0, 13
Luminance
0.4843
Every format
| HEX | #8fbfdf |
| RGB | rgb(143, 191, 223) |
| HSL | hsl(204, 56%, 72%) |
| CMYK | cmyk(36%, 14%, 0%, 13%) |
| LAB | lab(75.1 -8.0 -21.0) |
| LCH | lch(75.1 22.5 249.2) |
| OKLCH | oklch(0.782 0.068 238.0) |
Copy-ready code
/* CSS */
color: #8fbfdf;
background-color: #8fbfdf;
/* Tailwind (arbitrary) */
class="text-[#8fbfdf] bg-[#8fbfdf]"
/* SCSS */
$brand: #8fbfdf;
/* SwiftUI */
Color(red: 0.561, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#8fbfdf")Accessibility — WCAG contrast
Aa
#8fbfdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbfdf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.9%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8fbfdf text on a black background
contrast 10.69:1
Card sample
#8fbfdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbfdf;
Background color
Panel with #8fbfdf background
background-color: #8fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbfdf; background: linear-gradient(135deg, #8fbfdf, #948FDF);