#8fdbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 219, 235
HSL
190°, 70%, 74%
CMYK
39, 7, 0, 8
Luminance
0.6250
Every format
| HEX | #8fdbeb |
| RGB | rgb(143, 219, 235) |
| HSL | hsl(190, 70%, 74%) |
| CMYK | cmyk(39%, 7%, 0%, 8%) |
| LAB | lab(83.2 -19.5 -15.3) |
| LCH | lch(83.2 24.7 218.1) |
| OKLCH | oklch(0.847 0.078 212.4) |
Copy-ready code
/* CSS */
color: #8fdbeb;
background-color: #8fdbeb;
/* Tailwind (arbitrary) */
class="text-[#8fdbeb] bg-[#8fdbeb]"
/* SCSS */
$brand: #8fdbeb;
/* SwiftUI */
Color(red: 0.561, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#8fdbeb")Accessibility — WCAG contrast
Aa
#8fdbeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdbeb on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#8fdbeb text on a black background
contrast 13.50:1
Card sample
#8fdbeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdbeb;
Background color
Panel with #8fdbeb background
background-color: #8fdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdbeb; background: linear-gradient(135deg, #8fdbeb, #8F9EEB);