#99ccad
a light, soft green · cool · closest name: silver
RGB
153, 204, 173
HSL
144°, 33%, 70%
CMYK
25, 0, 15, 20
Luminance
0.5298
Every format
| HEX | #99ccad |
| RGB | rgb(153, 204, 173) |
| HSL | hsl(144, 33%, 70%) |
| CMYK | cmyk(25%, 0%, 15%, 20%) |
| LAB | lab(77.9 -22.9 10.1) |
| LCH | lch(77.9 25.1 156.2) |
| OKLCH | oklch(0.801 0.069 157.7) |
Copy-ready code
/* CSS */
color: #99ccad;
background-color: #99ccad;
/* Tailwind (arbitrary) */
class="text-[#99ccad] bg-[#99ccad]"
/* SCSS */
$brand: #99ccad;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#99ccad")Accessibility — WCAG contrast
Aa
#99ccad on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ccad on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue67.8%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#99ccad text on a black background
contrast 11.60:1
Card sample
#99ccad text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ccad;
Background color
Panel with #99ccad background
background-color: #99ccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ccad; background: linear-gradient(135deg, #99ccad, #99C9CC);