Teal
#0B5A75
BlueColor Codes
All color formats for development
HEX
#0B5A75RGB
rgb(11, 90, 117)HSL
hsl(195, 83%, 25%)OKLCH
oklch(0.438 0.082 228)CMYK
cmyk(91%, 23%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5169
2#09485D
3#083F52
4#073646
5#052D3A
6#04242F
7#031B23
8#021217
9#01090C
Tints
Lighter variations
1#0E7598
2#1190BB
3#15ABDE
4#2DBCEB
5#50C7EF
6#73D2F2
7#96DDF5
8#B9E9F8
9#DCF4FC
Tones
Muted variations
1#10586F
2#15556A
3#1B5265
4#20505F
5#254D5A
6#2B4A55
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 #C2ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DD #94DDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCB #5CCBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBC #2DBCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139F #139FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7E #0F7EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A75 | 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: #C2ECF9;
--teal-300: #94DDF5;
--teal-400: #5CCBF0;
--teal-500: #2DBCEB;
--teal-600: #139FCD;
--teal-700: #0F7EA3;
--teal-800: #0B5A75;
--teal-900: #073A4B;
--teal-950: #04242F;
}