Teal
#1E947B
CyanColor Codes
All color formats for development
HEX
#1E947BRGB
rgb(30, 148, 123)HSL
hsl(167, 66%, 35%)OKLCH
oklch(0.598 0.106 174.2)CMYK
cmyk(80%, 0%, 17%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B856E
2#187762
3#156856
4#12594A
5#0F4A3D
6#0C3B31
7#092C25
8#061E19
9#030F0C
Tints
Lighter variations
1#24B091
2#2ACBA8
3#3ED8B6
4#5ADDC1
5#75E3CB
6#91E8D5
7#ACEEE0
8#C8F4EA
9#E3F9F5
Tones
Muted variations
1#248E77
2#2A8874
3#308271
4#367D6D
5#3C776A
6#427167
7#486B63
8#4D6560
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E947B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4438 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E1F9F4;
--teal-200: #C8F4EA;
--teal-300: #9EEBDA;
--teal-400: #6BE1C7;
--teal-500: #41D8B7;
--teal-600: #26BA9A;
--teal-700: #1E947B;
--teal-800: #166A58;
--teal-900: #0E4438;
--teal-950: #092A23;
}