Teal
#10A288
CyanColor Codes
All color formats for development
HEX
#10A288RGB
rgb(16, 162, 136)HSL
hsl(169, 82%, 35%)OKLCH
oklch(0.637 0.117 175.6)CMYK
cmyk(90%, 0%, 16%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E927A
2#0D826C
3#0B725F
4#0A6151
5#085144
6#064136
7#053129
8#03201B
9#02100E
Tints
Lighter variations
1#13C1A1
2#16DFBA
3#2CEAC7
4#4AEDCF
5#68F0D7
6#86F3DF
7#A5F6E7
8#C3F9EF
9#E1FCF7
Tones
Muted variations
1#179B83
2#1F947E
3#268C7A
4#2D8575
5#357E70
6#3C776C
7#436F67
8#4B6863
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 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3E | 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: #F1FEFB;
--teal-100: #DFFCF6;
--teal-200: #C3F9EF;
--teal-300: #94F4E3;
--teal-400: #5DEFD4;
--teal-500: #2EEAC8;
--teal-600: #14CCAA;
--teal-700: #10A288;
--teal-800: #0B7461;
--teal-900: #074A3E;
--teal-950: #052E27;
}