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