#95bcaf
a light, soft cyan · cool · closest name: silver
RGB
149, 188, 175
HSL
160°, 23%, 66%
CMYK
21, 0, 7, 26
Luminance
0.4545
Every format
| HEX | #95bcaf |
| RGB | rgb(149, 188, 175) |
| HSL | hsl(160, 23%, 66%) |
| CMYK | cmyk(21%, 0%, 7%, 26%) |
| LAB | lab(73.2 -15.7 2.3) |
| LCH | lch(73.2 15.9 171.7) |
| OKLCH | oklch(0.763 0.046 172.7) |
Copy-ready code
/* CSS */
color: #95bcaf;
background-color: #95bcaf;
/* Tailwind (arbitrary) */
class="text-[#95bcaf] bg-[#95bcaf]"
/* SCSS */
$brand: #95bcaf;
/* SwiftUI */
Color(red: 0.584, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#95bcaf")Accessibility — WCAG contrast
Aa
#95bcaf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bcaf on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green73.7%
Blue68.6%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#95bcaf text on a black background
contrast 10.09:1
Card sample
#95bcaf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bcaf;
Background color
Panel with #95bcaf background
background-color: #95bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bcaf; background: linear-gradient(135deg, #95bcaf, #95AFBC);