#94b0af
a balanced, soft cyan · cool · closest name: silver
RGB
148, 176, 175
HSL
178°, 15%, 64%
CMYK
16, 0, 1, 31
Luminance
0.4044
Every format
| HEX | #94b0af |
| RGB | rgb(148, 176, 175) |
| HSL | hsl(178, 15%, 64%) |
| CMYK | cmyk(16%, 0%, 1%, 31%) |
| LAB | lab(69.8 -9.8 -2.7) |
| LCH | lch(69.8 10.1 195.5) |
| OKLCH | oklch(0.736 0.031 193.8) |
Copy-ready code
/* CSS */
color: #94b0af;
background-color: #94b0af;
/* Tailwind (arbitrary) */
class="text-[#94b0af] bg-[#94b0af]"
/* SCSS */
$brand: #94b0af;
/* SwiftUI */
Color(red: 0.580, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#94b0af")Accessibility — WCAG contrast
Aa
#94b0af on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b0af on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green69.0%
Blue68.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#94b0af text on a black background
contrast 9.09:1
Card sample
#94b0af text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b0af;
Background color
Panel with #94b0af background
background-color: #94b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b0af; background: linear-gradient(135deg, #94b0af, #949EB0);