Teal
#0A5B76
BlueColor Codes
All color formats for development
HEX
#0A5B76RGB
rgb(10, 91, 118)HSL
hsl(195, 84%, 25%)OKLCH
oklch(0.441 0.082 227.6)CMYK
cmyk(92%, 23%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09516A
2#08485E
3#073F52
4#063646
5#052D3B
6#04242F
7#031B23
8#021217
9#01090C
Tints
Lighter variations
1#0D7698
2#1091BC
3#13ACDF
4#2CBCED
5#4FC8F0
6#72D3F3
7#95DEF6
8#B9E9F9
9#DCF4FC
Tones
Muted variations
1#105870
2#15556B
3#1A5265
4#205060
5#254D5B
6#2A4A55
7#304850
8#35454A
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DD #93DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCB #5BCBF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CBC #2CBCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 129F #129FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E7F #0E7FA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FC;
--teal-200: #C2ECFA;
--teal-300: #93DDF6;
--teal-400: #5BCBF1;
--teal-500: #2CBCED;
--teal-600: #129FCE;
--teal-700: #0E7FA4;
--teal-800: #0A5B75;
--teal-900: #073A4B;
--teal-950: #04242F;
}