#8caccb
a light, soft blue · cool · closest name: skyblue
RGB
140, 172, 203
HSL
210°, 38%, 67%
CMYK
31, 15, 0, 20
Luminance
0.3939
Every format
| HEX | #8caccb |
| RGB | rgb(140, 172, 203) |
| HSL | hsl(210, 38%, 67%) |
| CMYK | cmyk(31%, 15%, 0%, 20%) |
| LAB | lab(69.0 -3.6 -19.3) |
| LCH | lch(69.0 19.6 259.4) |
| OKLCH | oklch(0.732 0.057 247.8) |
Copy-ready code
/* CSS */
color: #8caccb;
background-color: #8caccb;
/* Tailwind (arbitrary) */
class="text-[#8caccb] bg-[#8caccb]"
/* SCSS */
$brand: #8caccb;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#8caccb")Accessibility — WCAG contrast
Aa
#8caccb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8caccb on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue79.6%
CMYK percentages
Cyan31.0%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#8caccb text on a black background
contrast 8.88:1
Card sample
#8caccb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8caccb;
Background color
Panel with #8caccb background
background-color: #8caccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8caccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8caccb; background: linear-gradient(135deg, #8caccb, #968CCB);