Teal
#06597A
BlueColor Codes
All color formats for development
HEX
#06597ARGB
rgb(6, 89, 122)HSL
hsl(197, 91%, 25%)OKLCH
oklch(0.437 0.088 233)CMYK
cmyk(95%, 27%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05506E
2#054761
3#043E55
4#033549
5#032C3D
6#022431
7#021B25
8#011218
9#01090C
Tints
Lighter variations
1#07749E
2#098EC3
3#0BA9E7
4#24B9F5
5#48C5F6
6#6DD1F8
7#91DCFA
8#B6E8FC
9#DAF3FD
Tones
Muted variations
1#0C5674
2#11546E
3#175168
4#1D4F63
5#234C5D
6#294A57
7#2E4751
8#34454B
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDB #8FDBFA | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B9 #24B9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A9C #0A9CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087C #087CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #06597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EBFC;
--teal-300: #8FDBFA;
--teal-400: #55C9F7;
--teal-500: #24B9F5;
--teal-600: #0A9CD6;
--teal-700: #087CAA;
--teal-800: #06597A;
--teal-900: #04394E;
--teal-950: #022431;
}