Teal
#0C82A6
CyanColor Codes
All color formats for development
HEX
#0C82A6RGB
rgb(12, 130, 166)HSL
hsl(194, 87%, 35%)OKLCH
oklch(0.566 0.106 226.5)CMYK
cmyk(93%, 22%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7696
2#096986
3#085B75
4#074E64
5#064153
6#053443
7#032732
8#021A21
9#010D11
Tints
Lighter variations
1#0E9BC6
2#10B3E5
3#26C1F0
4#45CAF2
5#64D3F4
6#83DBF6
7#A2E4F9
8#C1EDFB
9#E0F6FD
Tones
Muted variations
1#137F9F
2#1B7A97
3#237690
4#2B7288
5#326E80
6#3A6A78
7#426671
8#4A6269
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F7 | BordersInactive statesPlaceholder text |
| 400 | 58CF #58CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28C1 #28C1F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FA4 #0FA4D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C83 #0C83A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085D #085D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FD;
--teal-200: #C1EDFB;
--teal-300: #91E0F7;
--teal-400: #58CFF3;
--teal-500: #28C1F0;
--teal-600: #0FA4D2;
--teal-700: #0C83A7;
--teal-800: #085D77;
--teal-900: #053C4C;
--teal-950: #032530;
}