Teal
#06707A
CyanColor Codes
All color formats for development
HEX
#06707ARGB
rgb(6, 112, 122)HSL
hsl(185, 91%, 25%)OKLCH
oklch(0.498 0.084 205.8)CMYK
cmyk(95%, 8%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05656E
2#055A61
3#044E55
4#034349
5#03383D
6#022D31
7#022225
8#011618
9#010B0C
Tints
Lighter variations
1#07929E
2#09B3C3
3#0BD5E7
4#24E3F5
5#48E8F6
6#6DEDF8
7#91F1FA
8#B6F6FC
9#DAFAFD
Tones
Muted variations
1#0C6B74
2#11666E
3#176268
4#1D5D63
5#23585D
6#295357
7#2E4E51
8#34494B
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF1 #8FF1FA | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E3 #24E3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC5 #0AC5D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089D #089DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #06707A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F7FC;
--teal-300: #8FF1FA;
--teal-400: #55E9F7;
--teal-500: #24E3F5;
--teal-600: #0AC5D6;
--teal-700: #089DAA;
--teal-800: #06707A;
--teal-900: #04484E;
--teal-950: #022D31;
}