#8fd7eb
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 215, 235
HSL
193°, 70%, 74%
CMYK
39, 9, 0, 8
Luminance
0.6044
Every format
| HEX | #8fd7eb |
| RGB | rgb(143, 215, 235) |
| HSL | hsl(193, 70%, 74%) |
| CMYK | cmyk(39%, 9%, 0%, 8%) |
| LAB | lab(82.1 -17.4 -16.9) |
| LCH | lch(82.1 24.3 224.1) |
| OKLCH | oklch(0.839 0.077 217.2) |
Copy-ready code
/* CSS */
color: #8fd7eb;
background-color: #8fd7eb;
/* Tailwind (arbitrary) */
class="text-[#8fd7eb] bg-[#8fd7eb]"
/* SCSS */
$brand: #8fd7eb;
/* SwiftUI */
Color(red: 0.561, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#8fd7eb")Accessibility — WCAG contrast
Aa
#8fd7eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd7eb on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green84.3%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta8.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8fd7eb text on a black background
contrast 13.09:1
Card sample
#8fd7eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd7eb;
Background color
Panel with #8fd7eb background
background-color: #8fd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd7eb; background: linear-gradient(135deg, #8fd7eb, #8F9AEB);