Teal
#05597A
BlueColor Codes
All color formats for development
HEX
#05597ARGB
rgb(5, 89, 122)HSL
hsl(197, 92%, 25%)OKLCH
oklch(0.437 0.088 232.9)CMYK
cmyk(96%, 27%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05506E
2#044762
3#043E56
4#033549
5#032D3D
6#022431
7#021B25
8#011218
9#01090C
Tints
Lighter variations
1#07749F
2#088FC4
3#0AA9E9
4#23BAF6
5#47C5F7
6#6CD1F9
7#91DCFA
8#B6E8FC
9#DAF3FD
Tones
Muted variations
1#0B5775
2#11546F
3#175269
4#1D4F63
5#224C5D
6#284A57
7#2E4751
8#34454B
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEBFC;
--teal-300: #8EDCFA;
--teal-400: #54C9F8;
--teal-500: #23BAF6;
--teal-600: #099DD7;
--teal-700: #077DAB;
--teal-800: #05597A;
--teal-900: #03394E;
--teal-950: #022431;
}