Teal
#10A28C
CyanColor Codes
All color formats for development
HEX
#10A28CRGB
rgb(16, 162, 140)HSL
hsl(171, 82%, 35%)OKLCH
oklch(0.639 0.115 178.2)CMYK
cmyk(90%, 0%, 14%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E927E
2#0D8270
3#0B7262
4#0A6154
5#085146
6#064138
7#05312A
8#03201C
9#02100E
Tints
Lighter variations
1#13C1A7
2#16DFC1
3#2CEACE
4#4AEDD5
5#68F0DC
6#86F3E3
7#A5F6EA
8#C3F9F1
9#E1FCF8
Tones
Muted variations
1#179B87
2#1F9482
3#268C7D
4#2D8578
5#357E73
6#3C776E
7#436F69
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 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DFFCF7;
--teal-200: #C3F9F1;
--teal-300: #94F4E6;
--teal-400: #5DEFD9;
--teal-500: #2EEACE;
--teal-600: #14CCB1;
--teal-700: #10A28C;
--teal-800: #0B7464;
--teal-900: #074A40;
--teal-950: #052E28;
}