Teal
#099CAA
CyanColor Codes
All color formats for development
HEX
#099CAARGB
rgb(9, 156, 170)HSL
hsl(185, 90%, 35%)OKLCH
oklch(0.633 0.107 206.2)CMYK
cmyk(95%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088D99
2#077D88
3#066D77
4#055E66
5#044E55
6#043E44
7#032F33
8#021F22
9#011011
Tints
Lighter variations
1#0BB9C9
2#0CD6E9
3#23E2F3
4#42E6F5
5#62EAF7
6#81EEF8
7#A1F3FA
8#C0F7FC
9#E0FBFD
Tones
Muted variations
1#1195A2
2#198F9A
3#218891
4#298189
5#317B81
6#397479
7#416D71
8#496769
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F7FC;
--teal-300: #90F0F9;
--teal-400: #55E9F6;
--teal-500: #25E2F4;
--teal-600: #0BC4D5;
--teal-700: #099CAA;
--teal-800: #067079;
--teal-900: #04474E;
--teal-950: #032D30;
}