#94bba2
a light, soft green · cool · closest name: silver
RGB
148, 187, 162
HSL
142°, 22%, 66%
CMYK
21, 0, 13, 27
Luminance
0.4445
Every format
| HEX | #94bba2 |
| RGB | rgb(148, 187, 162) |
| HSL | hsl(142, 22%, 66%) |
| CMYK | cmyk(21%, 0%, 13%, 27%) |
| LAB | lab(72.5 -18.1 8.4) |
| LCH | lch(72.5 20.0 155.1) |
| OKLCH | oklch(0.756 0.055 156.7) |
Copy-ready code
/* CSS */
color: #94bba2;
background-color: #94bba2;
/* Tailwind (arbitrary) */
class="text-[#94bba2] bg-[#94bba2]"
/* SCSS */
$brand: #94bba2;
/* SwiftUI */
Color(red: 0.580, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#94bba2")Accessibility — WCAG contrast
Aa
#94bba2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bba2 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green73.3%
Blue63.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#94bba2 text on a black background
contrast 9.89:1
Card sample
#94bba2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bba2;
Background color
Panel with #94bba2 background
background-color: #94bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bba2; background: linear-gradient(135deg, #94bba2, #94BABB);