#8fd3ec
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 211, 236
HSL
196°, 71%, 74%
CMYK
39, 11, 0, 8
Luminance
0.5848
Every format
| HEX | #8fd3ec |
| RGB | rgb(143, 211, 236) |
| HSL | hsl(196, 71%, 74%) |
| CMYK | cmyk(39%, 11%, 0%, 8%) |
| LAB | lab(81.0 -15.2 -19.1) |
| LCH | lch(81.0 24.3 231.5) |
| OKLCH | oklch(0.830 0.077 223.1) |
Copy-ready code
/* CSS */
color: #8fd3ec;
background-color: #8fd3ec;
/* Tailwind (arbitrary) */
class="text-[#8fd3ec] bg-[#8fd3ec]"
/* SCSS */
$brand: #8fd3ec;
/* SwiftUI */
Color(red: 0.561, green: 0.827, blue: 0.925)
/* Android */
Color.parseColor("#8fd3ec")Accessibility — WCAG contrast
Aa
#8fd3ec on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd3ec on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.7%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta10.6%
Yellow0.0%
Key (black)7.5%
Color previews
#8fd3ec text on a black background
contrast 12.70:1
Card sample
#8fd3ec text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd3ec;
Background color
Panel with #8fd3ec background
background-color: #8fd3ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd3ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 211, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 211, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd3ec; background: linear-gradient(135deg, #8fd3ec, #8F95EC);