Teal
#065E79
CyanColor Codes
All color formats for development
HEX
#065E79RGB
rgb(6, 94, 121)HSL
hsl(194, 91%, 25%)OKLCH
oklch(0.45 0.084 226.5)CMYK
cmyk(95%, 22%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05556E
2#054C61
3#044255
4#033949
5#032F3D
6#022631
7#021C25
8#011318
9#01090C
Tints
Lighter variations
1#077B9E
2#0998C3
3#0BB4E7
4#24C4F5
5#48CEF6
6#6DD8F8
7#91E1FA
8#B6EBFC
9#DAF5FD
Tones
Muted variations
1#0C5C74
2#11596E
3#175568
4#1D5263
5#234F5D
6#294C57
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 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE1 #8FE1FA | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C4 #24C4F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA7 #0AA7D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0885 #0885AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065F #065F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4E | 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: #DDF6FD;
--teal-200: #C0EEFC;
--teal-300: #8FE1FA;
--teal-400: #55D1F7;
--teal-500: #24C4F5;
--teal-600: #0AA7D6;
--teal-700: #0885AA;
--teal-800: #065F7A;
--teal-900: #043D4E;
--teal-950: #022631;
}