#8cbbc2
a light, soft cyan · cool · closest name: skyblue
RGB
140, 187, 194
HSL
188°, 31%, 66%
CMYK
28, 4, 0, 24
Luminance
0.4501
Every format
| HEX | #8cbbc2 |
| RGB | rgb(140, 187, 194) |
| HSL | hsl(188, 31%, 66%) |
| CMYK | cmyk(28%, 4%, 0%, 24%) |
| LAB | lab(72.9 -13.8 -8.6) |
| LCH | lch(72.9 16.3 211.8) |
| OKLCH | oklch(0.761 0.051 207.5) |
Copy-ready code
/* CSS */
color: #8cbbc2;
background-color: #8cbbc2;
/* Tailwind (arbitrary) */
class="text-[#8cbbc2] bg-[#8cbbc2]"
/* SCSS */
$brand: #8cbbc2;
/* SwiftUI */
Color(red: 0.549, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#8cbbc2")Accessibility — WCAG contrast
Aa
#8cbbc2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbbc2 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green73.3%
Blue76.1%
CMYK percentages
Cyan27.8%
Magenta3.6%
Yellow0.0%
Key (black)23.9%
Color previews
#8cbbc2 text on a black background
contrast 10.00:1
Card sample
#8cbbc2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbbc2;
Background color
Panel with #8cbbc2 background
background-color: #8cbbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbbc2; background: linear-gradient(135deg, #8cbbc2, #8C97C2);