#8bbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
139, 191, 223
HSL
203°, 57%, 71%
CMYK
38, 14, 0, 13
Luminance
0.4808
Every format
| HEX | #8bbfdf |
| RGB | rgb(139, 191, 223) |
| HSL | hsl(203, 57%, 71%) |
| CMYK | cmyk(38%, 14%, 0%, 13%) |
| LAB | lab(74.9 -9.1 -21.4) |
| LCH | lch(74.9 23.2 247.0) |
| OKLCH | oklch(0.780 0.071 235.9) |
Copy-ready code
/* CSS */
color: #8bbfdf;
background-color: #8bbfdf;
/* Tailwind (arbitrary) */
class="text-[#8bbfdf] bg-[#8bbfdf]"
/* SCSS */
$brand: #8bbfdf;
/* SwiftUI */
Color(red: 0.545, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#8bbfdf")Accessibility — WCAG contrast
Aa
#8bbfdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bbfdf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8bbfdf text on a black background
contrast 10.62:1
Card sample
#8bbfdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bbfdf;
Background color
Panel with #8bbfdf background
background-color: #8bbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bbfdf; background: linear-gradient(135deg, #8bbfdf, #8F8BDF);