#8cbfd3
a light, soft cyan · cool · closest name: skyblue
RGB
140, 191, 211
HSL
197°, 45%, 69%
CMYK
34, 10, 0, 17
Luminance
0.4754
Every format
| HEX | #8cbfd3 |
| RGB | rgb(140, 191, 211) |
| HSL | hsl(197, 45%, 69%) |
| CMYK | cmyk(34%, 10%, 0%, 17%) |
| LAB | lab(74.5 -11.8 -15.4) |
| LCH | lch(74.5 19.4 232.5) |
| OKLCH | oklch(0.776 0.060 224.2) |
Copy-ready code
/* CSS */
color: #8cbfd3;
background-color: #8cbfd3;
/* Tailwind (arbitrary) */
class="text-[#8cbfd3] bg-[#8cbfd3]"
/* SCSS */
$brand: #8cbfd3;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#8cbfd3")Accessibility — WCAG contrast
Aa
#8cbfd3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfd3 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue82.7%
CMYK percentages
Cyan33.6%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#8cbfd3 text on a black background
contrast 10.51:1
Card sample
#8cbfd3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfd3;
Background color
Panel with #8cbfd3 background
background-color: #8cbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfd3; background: linear-gradient(135deg, #8cbfd3, #8C90D3);