Teal
#055F7A
CyanColor Codes
All color formats for development
HEX
#055F7ARGB
rgb(5, 95, 122)HSL
hsl(194, 92%, 25%)OKLCH
oklch(0.453 0.085 226.1)CMYK
cmyk(96%, 22%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05566E
2#044C62
3#044356
4#033949
5#03303D
6#022631
7#021D25
8#011318
9#010A0C
Tints
Lighter variations
1#077C9F
2#0898C4
3#0AB5E9
4#23C5F6
5#47CEF7
6#6CD8F9
7#91E2FA
8#B6ECFC
9#DAF5FD
Tones
Muted variations
1#0B5C75
2#11596F
3#175669
4#1D5363
5#224F5D
6#284C57
7#2E4951
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 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FE;
--teal-200: #BFEEFC;
--teal-300: #8EE1FA;
--teal-400: #54D2F8;
--teal-500: #23C5F6;
--teal-600: #09A7D7;
--teal-700: #0785AB;
--teal-800: #055F7A;
--teal-900: #033D4E;
--teal-950: #022631;
}