#8fadce
a light, soft blue · cool · closest name: skyblue
RGB
143, 173, 206
HSL
211°, 39%, 68%
CMYK
31, 16, 0, 19
Luminance
0.4018
Every format
| HEX | #8fadce |
| RGB | rgb(143, 173, 206) |
| HSL | hsl(211, 39%, 68%) |
| CMYK | cmyk(31%, 16%, 0%, 19%) |
| LAB | lab(69.6 -2.5 -20.1) |
| LCH | lch(69.6 20.3 262.8) |
| OKLCH | oklch(0.737 0.058 251.1) |
Copy-ready code
/* CSS */
color: #8fadce;
background-color: #8fadce;
/* Tailwind (arbitrary) */
class="text-[#8fadce] bg-[#8fadce]"
/* SCSS */
$brand: #8fadce;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#8fadce")Accessibility — WCAG contrast
Aa
#8fadce on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadce on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue80.8%
CMYK percentages
Cyan30.6%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#8fadce text on a black background
contrast 9.04:1
Card sample
#8fadce text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadce;
Background color
Panel with #8fadce background
background-color: #8fadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadce; background: linear-gradient(135deg, #8fadce, #9B8FCE);