#8fadbb
a balanced, soft cyan · cool · closest name: silver
RGB
143, 173, 187
HSL
199°, 24%, 65%
CMYK
24, 8, 0, 27
Luminance
0.3931
Every format
| HEX | #8fadbb |
| RGB | rgb(143, 173, 187) |
| HSL | hsl(199, 24%, 65%) |
| CMYK | cmyk(24%, 8%, 0%, 27%) |
| LAB | lab(69.0 -7.1 -10.6) |
| LCH | lch(69.0 12.7 236.1) |
| OKLCH | oklch(0.730 0.039 227.8) |
Copy-ready code
/* CSS */
color: #8fadbb;
background-color: #8fadbb;
/* Tailwind (arbitrary) */
class="text-[#8fadbb] bg-[#8fadbb]"
/* SCSS */
$brand: #8fadbb;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#8fadbb")Accessibility — WCAG contrast
Aa
#8fadbb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadbb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue73.3%
CMYK percentages
Cyan23.5%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#8fadbb text on a black background
contrast 8.86:1
Card sample
#8fadbb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadbb;
Background color
Panel with #8fadbb background
background-color: #8fadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadbb; background: linear-gradient(135deg, #8fadbb, #8F90BB);