Teal
#066079
CyanColor Codes
All color formats for development
HEX
#066079RGB
rgb(6, 96, 121)HSL
hsl(193, 91%, 25%)OKLCH
oklch(0.455 0.084 224.1)CMYK
cmyk(95%, 21%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05576E
2#054D61
3#044455
4#033A49
5#03303D
6#022731
7#021D25
8#011318
9#010A0C
Tints
Lighter variations
1#077E9E
2#099BC3
3#0BB8E7
4#24C7F5
5#48D1F6
6#6DDAF8
7#91E3FA
8#B6ECFC
9#DAF6FD
Tones
Muted variations
1#0C5D74
2#115A6E
3#175768
4#1D5363
5#23505D
6#294D57
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 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | 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: #DDF6FD;
--teal-200: #C0EFFC;
--teal-300: #8FE3FA;
--teal-400: #55D4F7;
--teal-500: #24C7F5;
--teal-600: #0AAAD6;
--teal-700: #0887AA;
--teal-800: #06617A;
--teal-900: #043E4E;
--teal-950: #022731;
}