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