#8fadcd
a light, soft blue · cool · closest name: skyblue
RGB
143, 173, 205
HSL
211°, 38%, 68%
CMYK
30, 16, 0, 20
Luminance
0.4013
Every format
| HEX | #8fadcd |
| RGB | rgb(143, 173, 205) |
| HSL | hsl(211, 38%, 68%) |
| CMYK | cmyk(30%, 16%, 0%, 20%) |
| LAB | lab(69.6 -2.8 -19.6) |
| LCH | lch(69.6 19.8 261.9) |
| OKLCH | oklch(0.736 0.057 250.3) |
Copy-ready code
/* CSS */
color: #8fadcd;
background-color: #8fadcd;
/* Tailwind (arbitrary) */
class="text-[#8fadcd] bg-[#8fadcd]"
/* SCSS */
$brand: #8fadcd;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#8fadcd")Accessibility — WCAG contrast
Aa
#8fadcd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadcd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#8fadcd text on a black background
contrast 9.03:1
Card sample
#8fadcd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadcd;
Background color
Panel with #8fadcd background
background-color: #8fadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadcd; background: linear-gradient(135deg, #8fadcd, #9A8FCD);