Teal
#05657A
CyanColor Codes
All color formats for development
HEX
#05657ARGB
rgb(5, 101, 122)HSL
hsl(191, 92%, 25%)OKLCH
oklch(0.469 0.083 219)CMYK
cmyk(96%, 17%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055B6E
2#045162
3#044756
4#033D49
5#03323D
6#022831
7#021E25
8#011418
9#010A0C
Tints
Lighter variations
1#07839F
2#08A1C4
3#0AC0E9
4#23CFF6
5#47D7F7
6#6CDFF9
7#91E7FA
8#B6EFFC
9#DAF7FD
Tones
Muted variations
1#0B6175
2#115D6F
3#175A69
4#1D5663
5#22525D
6#284F57
7#2E4B51
8#34474B
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FE;
--teal-200: #BFF1FC;
--teal-300: #8EE7FA;
--teal-400: #54DAF8;
--teal-500: #23CFF6;
--teal-600: #09B2D7;
--teal-700: #078DAB;
--teal-800: #05657A;
--teal-900: #03414E;
--teal-950: #022831;
}