#8caccf
a light, soft blue · cool · closest name: skyblue
RGB
140, 172, 207
HSL
211°, 41%, 68%
CMYK
32, 17, 0, 19
Luminance
0.3959
Every format
| HEX | #8caccf |
| RGB | rgb(140, 172, 207) |
| HSL | hsl(211, 41%, 68%) |
| CMYK | cmyk(32%, 17%, 0%, 19%) |
| LAB | lab(69.2 -2.6 -21.3) |
| LCH | lch(69.2 21.5 263.0) |
| OKLCH | oklch(0.733 0.062 251.0) |
Copy-ready code
/* CSS */
color: #8caccf;
background-color: #8caccf;
/* Tailwind (arbitrary) */
class="text-[#8caccf] bg-[#8caccf]"
/* SCSS */
$brand: #8caccf;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#8caccf")Accessibility — WCAG contrast
Aa
#8caccf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8caccf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8caccf text on a black background
contrast 8.92:1
Card sample
#8caccf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8caccf;
Background color
Panel with #8caccf background
background-color: #8caccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8caccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8caccf; background: linear-gradient(135deg, #8caccf, #988CCF);