Teal
#056B7A
CyanColor Codes
All color formats for development
HEX
#056B7ARGB
rgb(5, 107, 122)HSL
hsl(188, 92%, 25%)OKLCH
oklch(0.485 0.083 211.7)CMYK
cmyk(96%, 12%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05606E
2#045562
3#044B56
4#034049
5#03353D
6#022B31
7#022025
8#011518
9#010B0C
Tints
Lighter variations
1#078B9F
2#08ABC4
3#0ACBE9
4#23DAF6
5#47E0F7
6#6CE6F9
7#91ECFA
8#B6F3FC
9#DAF9FD
Tones
Muted variations
1#0B6675
2#11626F
3#175E69
4#1D5A63
5#22555D
6#285157
7#2E4D51
8#34484B
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFA | BordersInactive statesPlaceholder text |
| 400 | 54E2 #54E2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23DA #23DAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09BC #09BCD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0795 #0795AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056B #056B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0344 #03444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDF9FE;
--teal-200: #BFF4FC;
--teal-300: #8EECFA;
--teal-400: #54E2F8;
--teal-500: #23DAF6;
--teal-600: #09BCD7;
--teal-700: #0795AB;
--teal-800: #056B7A;
--teal-900: #03444E;
--teal-950: #022B31;
}