Teal
#099FAA
CyanColor Codes
All color formats for development
HEX
#099FAARGB
rgb(9, 159, 170)HSL
hsl(184, 90%, 35%)OKLCH
oklch(0.641 0.108 203.6)CMYK
cmyk(95%, 6%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088F99
2#077F88
3#066F77
4#055F66
5#044F55
6#044044
7#033033
8#022022
9#011011
Tints
Lighter variations
1#0BBCC9
2#0CDAE9
3#23E5F3
4#42E9F5
5#62EDF7
6#81F0F8
7#A1F4FA
8#C0F8FC
9#E0FBFD
Tones
Muted variations
1#1198A2
2#19919A
3#218A91
4#298389
5#317C81
6#397579
7#416E71
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 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | 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: #C0F8FC;
--teal-300: #90F2F9;
--teal-400: #55EBF6;
--teal-500: #25E6F4;
--teal-600: #0BC8D5;
--teal-700: #099FAA;
--teal-800: #067179;
--teal-900: #04494E;
--teal-950: #032D30;
}