#99bb9f
a light, soft green · cool · closest name: silver
RGB
153, 187, 159
HSL
131°, 20%, 67%
CMYK
18, 0, 15, 27
Luminance
0.4482
Every format
| HEX | #99bb9f |
| RGB | rgb(153, 187, 159) |
| HSL | hsl(131, 20%, 67%) |
| CMYK | cmyk(18%, 0%, 15%, 27%) |
| LAB | lab(72.8 -17.0 10.4) |
| LCH | lch(72.8 19.9 148.5) |
| OKLCH | oklch(0.759 0.054 150.1) |
Copy-ready code
/* CSS */
color: #99bb9f;
background-color: #99bb9f;
/* Tailwind (arbitrary) */
class="text-[#99bb9f] bg-[#99bb9f]"
/* SCSS */
$brand: #99bb9f;
/* SwiftUI */
Color(red: 0.600, green: 0.733, blue: 0.624)
/* Android */
Color.parseColor("#99bb9f")Accessibility — WCAG contrast
Aa
#99bb9f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bb9f on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.3%
Blue62.4%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow15.0%
Key (black)26.7%
Color previews
#99bb9f text on a black background
contrast 9.96:1
Card sample
#99bb9f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bb9f;
Background color
Panel with #99bb9f background
background-color: #99bb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 187, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 187, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bb9f; background: linear-gradient(135deg, #99bb9f, #99BBB6);