#8cb9cf
a light, soft cyan · cool · closest name: skyblue
RGB
140, 185, 207
HSL
200°, 41%, 68%
CMYK
32, 11, 0, 19
Luminance
0.4478
Every format
| HEX | #8cb9cf |
| RGB | rgb(140, 185, 207) |
| HSL | hsl(200, 41%, 68%) |
| CMYK | cmyk(32%, 11%, 0%, 19%) |
| LAB | lab(72.7 -9.6 -15.9) |
| LCH | lch(72.7 18.6 238.8) |
| OKLCH | oklch(0.761 0.057 229.5) |
Copy-ready code
/* CSS */
color: #8cb9cf;
background-color: #8cb9cf;
/* Tailwind (arbitrary) */
class="text-[#8cb9cf] bg-[#8cb9cf]"
/* SCSS */
$brand: #8cb9cf;
/* SwiftUI */
Color(red: 0.549, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#8cb9cf")Accessibility — WCAG contrast
Aa
#8cb9cf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb9cf on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.5%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8cb9cf text on a black background
contrast 9.96:1
Card sample
#8cb9cf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb9cf;
Background color
Panel with #8cb9cf background
background-color: #8cb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb9cf; background: linear-gradient(135deg, #8cb9cf, #8C8CCF);