Teal
#10A28F
CyanColor Codes
All color formats for development
HEX
#10A28FRGB
rgb(16, 162, 143)HSL
hsl(172, 82%, 35%)OKLCH
oklch(0.639 0.113 180.3)CMYK
cmyk(90%, 0%, 12%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9281
2#0D8272
3#0B7264
4#0A6156
5#085147
6#064139
7#05312B
8#03201D
9#02100E
Tints
Lighter variations
1#13C1A9
2#16DFC4
3#2CEAD1
4#4AEDD7
5#68F0DE
6#86F3E5
7#A5F6EB
8#C3F9F2
9#E1FCF8
Tones
Muted variations
1#179B8A
2#1F9484
3#268C7F
4#2D8579
5#357E74
6#3C776F
7#436F69
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 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDB | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A41 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF8;
--teal-200: #C3F9F2;
--teal-300: #94F4E8;
--teal-400: #5DEFDB;
--teal-500: #2EEAD1;
--teal-600: #14CCB4;
--teal-700: #10A28F;
--teal-800: #0B7466;
--teal-900: #074A41;
--teal-950: #052E29;
}