#94bbaf
a light, soft cyan · cool · closest name: silver
RGB
148, 187, 175
HSL
162°, 22%, 66%
CMYK
21, 0, 6, 27
Luminance
0.4493
Every format
| HEX | #94bbaf |
| RGB | rgb(148, 187, 175) |
| HSL | hsl(162, 22%, 66%) |
| CMYK | cmyk(21%, 0%, 6%, 27%) |
| LAB | lab(72.8 -15.5 1.8) |
| LCH | lch(72.8 15.6 173.5) |
| OKLCH | oklch(0.760 0.045 174.3) |
Copy-ready code
/* CSS */
color: #94bbaf;
background-color: #94bbaf;
/* Tailwind (arbitrary) */
class="text-[#94bbaf] bg-[#94bbaf]"
/* SCSS */
$brand: #94bbaf;
/* SwiftUI */
Color(red: 0.580, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#94bbaf")Accessibility — WCAG contrast
Aa
#94bbaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bbaf on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green73.3%
Blue68.6%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#94bbaf text on a black background
contrast 9.99:1
Card sample
#94bbaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bbaf;
Background color
Panel with #94bbaf background
background-color: #94bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bbaf; background: linear-gradient(135deg, #94bbaf, #94ADBB);