#8cb7cf
a light, soft blue · cool · closest name: skyblue
RGB
140, 183, 207
HSL
202°, 41%, 68%
CMYK
32, 12, 0, 19
Luminance
0.4395
Every format
| HEX | #8cb7cf |
| RGB | rgb(140, 183, 207) |
| HSL | hsl(202, 41%, 68%) |
| CMYK | cmyk(32%, 12%, 0%, 19%) |
| LAB | lab(72.2 -8.6 -16.7) |
| LCH | lch(72.2 18.8 242.9) |
| OKLCH | oklch(0.757 0.058 232.9) |
Copy-ready code
/* CSS */
color: #8cb7cf;
background-color: #8cb7cf;
/* Tailwind (arbitrary) */
class="text-[#8cb7cf] bg-[#8cb7cf]"
/* SCSS */
$brand: #8cb7cf;
/* SwiftUI */
Color(red: 0.549, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#8cb7cf")Accessibility — WCAG contrast
Aa
#8cb7cf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb7cf on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green71.8%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8cb7cf text on a black background
contrast 9.79:1
Card sample
#8cb7cf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb7cf;
Background color
Panel with #8cb7cf background
background-color: #8cb7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb7cf; background: linear-gradient(135deg, #8cb7cf, #8E8CCF);