Teal
#066E79
CyanColor Codes
All color formats for development
HEX
#066E79RGB
rgb(6, 110, 121)HSL
hsl(186, 91%, 25%)OKLCH
oklch(0.493 0.083 207.1)CMYK
cmyk(95%, 9%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05636E
2#055861
3#044D55
4#034249
5#03373D
6#022C31
7#022125
8#011618
9#010B0C
Tints
Lighter variations
1#078F9E
2#09B0C3
3#0BD1E7
4#24E0F5
5#48E5F6
6#6DEAF8
7#91EFFA
8#B6F5FC
9#DAFAFD
Tones
Muted variations
1#0C6A74
2#11656E
3#176068
4#1D5C63
5#23575D
6#295257
7#2E4E51
8#34494B
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEF #8FEFFA | BordersInactive statesPlaceholder text |
| 400 | 55E7 #55E7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E0 #24E0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC2 #0AC2D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089A #089AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFD;
--teal-200: #C0F6FC;
--teal-300: #8FEFFA;
--teal-400: #55E7F7;
--teal-500: #24E0F5;
--teal-600: #0AC2D6;
--teal-700: #089AAA;
--teal-800: #066E7A;
--teal-900: #04474E;
--teal-950: #022C31;
}