Teal
#10A28A
CyanColor Codes
All color formats for development
HEX
#10A28ARGB
rgb(16, 162, 138)HSL
hsl(170, 82%, 35%)OKLCH
oklch(0.638 0.116 176.9)CMYK
cmyk(90%, 0%, 15%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E927C
2#0D826E
3#0B7261
4#0A6153
5#085145
6#064137
7#053129
8#03201C
9#02100E
Tints
Lighter variations
1#13C1A4
2#16DFBD
3#2CEACA
4#4AEDD2
5#68F0D9
6#86F3E1
7#A5F6E8
8#C3F9F0
9#E1FCF7
Tones
Muted variations
1#179B85
2#1F9480
3#268C7B
4#2D8577
5#357E72
6#3C776D
7#436F68
8#4B6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF7;
--teal-200: #C3F9F0;
--teal-300: #94F4E4;
--teal-400: #5DEFD7;
--teal-500: #2EEACB;
--teal-600: #14CCAE;
--teal-700: #10A28A;
--teal-800: #0B7463;
--teal-900: #074A3F;
--teal-950: #052E27;
}