Teal
#09AA81
CyanColor Codes
All color formats for development
HEX
#09AA81RGB
rgb(9, 170, 129)HSL
hsl(165, 90%, 35%)OKLCH
oklch(0.656 0.132 167.8)CMYK
cmyk(95%, 0%, 24%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089974
2#078868
3#06775B
4#05664E
5#045541
6#044434
7#033327
8#02221A
9#01110D
Tints
Lighter variations
1#0BC999
2#0CE9B1
3#23F3BF
4#42F5C8
5#62F7D1
6#81F8DB
7#A1FAE4
8#C0FCED
9#E0FDF6
Tones
Muted variations
1#11A27D
2#199A79
3#219175
4#298971
5#31816D
6#397969
7#417165
8#496961
9#51615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FCED;
--teal-300: #90F9DF;
--teal-400: #55F6CE;
--teal-500: #25F4C0;
--teal-600: #0BD5A3;
--teal-700: #09AA81;
--teal-800: #06795C;
--teal-900: #044E3B;
--teal-950: #033025;
}