Teal
#0C90A7
CyanColor Codes
All color formats for development
HEX
#0C90A7RGB
rgb(12, 144, 167)HSL
hsl(189, 87%, 35%)OKLCH
oklch(0.602 0.104 214.5)CMYK
cmyk(93%, 14%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8196
2#097386
3#086575
4#075664
5#064853
6#053943
7#032B32
8#021D21
9#010E11
Tints
Lighter variations
1#0EAAC6
2#10C5E5
3#26D2F0
4#45D8F2
5#64DFF4
6#83E5F6
7#A2ECF9
8#C1F2FB
9#E0F9FD
Tones
Muted variations
1#138A9F
2#1B8597
3#237F90
4#2B7A88
5#327480
6#3A6F78
7#426A71
8#4A6469
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FD;
--teal-200: #C1F2FB;
--teal-300: #91E8F7;
--teal-400: #58DCF3;
--teal-500: #28D2F0;
--teal-600: #0FB5D2;
--teal-700: #0C90A7;
--teal-800: #086777;
--teal-900: #05424C;
--teal-950: #032930;
}