#8cadbb
a balanced, soft cyan · cool · closest name: silver
RGB
140, 173, 187
HSL
198°, 26%, 64%
CMYK
25, 8, 0, 27
Luminance
0.3905
Every format
| HEX | #8cadbb |
| RGB | rgb(140, 173, 187) |
| HSL | hsl(198, 26%, 64%) |
| CMYK | cmyk(25%, 8%, 0%, 27%) |
| LAB | lab(68.8 -8.0 -10.9) |
| LCH | lch(68.8 13.5 233.6) |
| OKLCH | oklch(0.728 0.041 225.6) |
Copy-ready code
/* CSS */
color: #8cadbb;
background-color: #8cadbb;
/* Tailwind (arbitrary) */
class="text-[#8cadbb] bg-[#8cadbb]"
/* SCSS */
$brand: #8cadbb;
/* SwiftUI */
Color(red: 0.549, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#8cadbb")Accessibility — WCAG contrast
Aa
#8cadbb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cadbb on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.8%
Blue73.3%
CMYK percentages
Cyan25.1%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#8cadbb text on a black background
contrast 8.81:1
Card sample
#8cadbb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cadbb;
Background color
Panel with #8cadbb background
background-color: #8cadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cadbb; background: linear-gradient(135deg, #8cadbb, #8C8EBB);