#99ccaa
a light, soft green · cool · closest name: turquoise
RGB
153, 204, 170
HSL
140°, 33%, 70%
CMYK
25, 0, 17, 20
Luminance
0.5286
Every format
| HEX | #99ccaa |
| RGB | rgb(153, 204, 170) |
| HSL | hsl(140, 33%, 70%) |
| CMYK | cmyk(25%, 0%, 17%, 20%) |
| LAB | lab(77.8 -23.5 11.6) |
| LCH | lch(77.8 26.2 153.7) |
| OKLCH | oklch(0.800 0.072 155.3) |
Copy-ready code
/* CSS */
color: #99ccaa;
background-color: #99ccaa;
/* Tailwind (arbitrary) */
class="text-[#99ccaa] bg-[#99ccaa]"
/* SCSS */
$brand: #99ccaa;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#99ccaa")Accessibility — WCAG contrast
Aa
#99ccaa on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ccaa on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue66.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#99ccaa text on a black background
contrast 11.57:1
Card sample
#99ccaa text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ccaa;
Background color
Panel with #99ccaa background
background-color: #99ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ccaa; background: linear-gradient(135deg, #99ccaa, #99CCCC);