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