Teal
#05677A
CyanColor Codes
All color formats for development
HEX
#05677ARGB
rgb(5, 103, 122)HSL
hsl(190, 92%, 25%)OKLCH
oklch(0.474 0.083 216.6)CMYK
cmyk(96%, 16%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055D6E
2#045262
3#044856
4#033E49
5#03333D
6#022931
7#021F25
8#011518
9#010A0C
Tints
Lighter variations
1#07869F
2#08A5C4
3#0AC3E9
4#23D3F6
5#47DAF7
6#6CE1F9
7#91E9FA
8#B6F0FC
9#DAF8FD
Tones
Muted variations
1#0B6375
2#115F6F
3#175B69
4#1D5763
5#22535D
6#284F57
7#2E4B51
8#34484B
9#3A4446
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 | BFF2 #BFF2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE8 #8EE8FA | BordersInactive statesPlaceholder text |
| 400 | 54DC #54DCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D3 #23D3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B5 #09B5D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0790 #0790AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0567 #05677A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FE;
--teal-200: #BFF2FC;
--teal-300: #8EE8FA;
--teal-400: #54DCF8;
--teal-500: #23D3F6;
--teal-600: #09B5D7;
--teal-700: #0790AB;
--teal-800: #05677A;
--teal-900: #03424E;
--teal-950: #022931;
}