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