Teal
#0D91A5
CyanColor Codes
All color formats for development
HEX
#0D91A5RGB
rgb(13, 145, 165)HSL
hsl(188, 85%, 35%)OKLCH
oklch(0.604 0.103 212)CMYK
cmyk(92%, 12%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8295
2#0B7484
3#096574
4#085763
5#074853
6#053A42
7#042B32
8#031D21
9#010E11
Tints
Lighter variations
1#10ACC4
2#12C7E2
3#28D3EE
4#47DAF0
5#66E0F3
6#84E6F5
7#A3ECF8
8#C2F3FA
9#E0F9FD
Tones
Muted variations
1#158B9E
2#1D8696
3#24808E
4#2C7B87
5#33757F
6#3B7078
7#426A70
8#4A6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E9 #92E9F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADD #5ADDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD4 #2BD4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B6 #11B6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D91 #0D91A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0642 #06424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F3FA;
--teal-300: #92E9F6;
--teal-400: #5ADDF2;
--teal-500: #2BD4EE;
--teal-600: #11B6D0;
--teal-700: #0D91A5;
--teal-800: #0A6776;
--teal-900: #06424B;
--teal-950: #04292F;
}