Teal
#05617A
CyanColor Codes
All color formats for development
HEX
#05617ARGB
rgb(5, 97, 122)HSL
hsl(193, 92%, 25%)OKLCH
oklch(0.458 0.084 223.8)CMYK
cmyk(96%, 20%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05576E
2#044E62
3#044456
4#033A49
5#03303D
6#022731
7#021D25
8#011318
9#010A0C
Tints
Lighter variations
1#077E9F
2#089BC4
3#0AB8E9
4#23C8F6
5#47D1F7
6#6CDAF9
7#91E4FA
8#B6EDFC
9#DAF6FD
Tones
Muted variations
1#0B5E75
2#115A6F
3#175769
4#1D5463
5#22505D
6#284D57
7#2E4A51
8#34464B
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FE;
--teal-200: #BFEFFC;
--teal-300: #8EE3FA;
--teal-400: #54D4F8;
--teal-500: #23C8F6;
--teal-600: #09ABD7;
--teal-700: #0788AB;
--teal-800: #05617A;
--teal-900: #033E4E;
--teal-950: #022731;
}