#8faccb
a light, soft blue · cool · closest name: skyblue
RGB
143, 172, 203
HSL
211°, 37%, 68%
CMYK
30, 15, 0, 20
Luminance
0.3966
Every format
| HEX | #8faccb |
| RGB | rgb(143, 172, 203) |
| HSL | hsl(211, 37%, 68%) |
| CMYK | cmyk(30%, 15%, 0%, 20%) |
| LAB | lab(69.2 -2.7 -19.0) |
| LCH | lch(69.2 19.2 261.8) |
| OKLCH | oklch(0.733 0.055 250.3) |
Copy-ready code
/* CSS */
color: #8faccb;
background-color: #8faccb;
/* Tailwind (arbitrary) */
class="text-[#8faccb] bg-[#8faccb]"
/* SCSS */
$brand: #8faccb;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#8faccb")Accessibility — WCAG contrast
Aa
#8faccb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8faccb on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue79.6%
CMYK percentages
Cyan29.6%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#8faccb text on a black background
contrast 8.93:1
Card sample
#8faccb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8faccb;
Background color
Panel with #8faccb background
background-color: #8faccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8faccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8faccb; background: linear-gradient(135deg, #8faccb, #9A8FCB);