Teal
#10A291
CyanColor Codes
All color formats for development
HEX
#10A291RGB
rgb(16, 162, 145)HSL
hsl(173, 82%, 35%)OKLCH
oklch(0.64 0.112 181.8)CMYK
cmyk(90%, 0%, 10%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9283
2#0D8274
3#0B7266
4#0A6157
5#085149
6#06413A
7#05312C
8#03201D
9#02100F
Tints
Lighter variations
1#13C1AC
2#16DFC7
3#2CEAD4
4#4AEDDA
5#68F0E0
6#86F3E6
7#A5F6ED
8#C3F9F3
9#E1FCF9
Tones
Muted variations
1#179B8C
2#1F9486
3#268C81
4#2D857B
5#357E75
6#3C7770
7#436F6A
8#4B6864
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF8;
--teal-200: #C3F9F3;
--teal-300: #94F4E9;
--teal-400: #5DEFDE;
--teal-500: #2EEAD4;
--teal-600: #14CCB7;
--teal-700: #10A291;
--teal-800: #0B7468;
--teal-900: #074A42;
--teal-950: #052E2A;
}