Teal
#10A280
CyanColor Codes
All color formats for development
HEX
#10A280RGB
rgb(16, 162, 128)HSL
hsl(166, 82%, 35%)OKLCH
oklch(0.635 0.122 170.6)CMYK
cmyk(90%, 0%, 21%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9273
2#0D8267
3#0B725A
4#0A614D
5#085140
6#064133
7#053126
8#03201A
9#02100D
Tints
Lighter variations
1#13C198
2#16DFB0
3#2CEABE
4#4AEDC7
5#68F0D0
6#86F3DA
7#A5F6E3
8#C3F9EC
9#E1FCF6
Tones
Muted variations
1#179B7C
2#1F9478
3#268C75
4#2D8571
5#357E6D
6#3C7769
7#436F65
8#4B6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCD | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF5;
--teal-200: #C3F9EC;
--teal-300: #94F4DE;
--teal-400: #5DEFCD;
--teal-500: #2EEABE;
--teal-600: #14CCA1;
--teal-700: #10A280;
--teal-800: #0B745C;
--teal-900: #074A3B;
--teal-950: #052E25;
}