Teal
#10A285
CyanColor Codes
All color formats for development
HEX
#10A285RGB
rgb(16, 162, 133)HSL
hsl(168, 82%, 35%)OKLCH
oklch(0.636 0.119 173.6)CMYK
cmyk(90%, 0%, 18%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9278
2#0D826B
3#0B725D
4#0A6150
5#085143
6#064135
7#053128
8#03201B
9#02100D
Tints
Lighter variations
1#13C19E
2#16DFB7
3#2CEAC4
4#4AEDCC
5#68F0D5
6#86F3DD
7#A5F6E6
8#C3F9EE
9#E1FCF7
Tones
Muted variations
1#179B81
2#1F947C
3#268C78
4#2D8574
5#357E6F
6#3C776B
7#436F66
8#4B6862
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DFFCF6;
--teal-200: #C3F9EE;
--teal-300: #94F4E1;
--teal-400: #5DEFD2;
--teal-500: #2EEAC5;
--teal-600: #14CCA7;
--teal-700: #10A285;
--teal-800: #0B745F;
--teal-900: #074A3D;
--teal-950: #052E26;
}