Teal
#10A29B
CyanColor Codes
All color formats for development
HEX
#10A29BRGB
rgb(16, 162, 155)HSL
hsl(177, 82%, 35%)OKLCH
oklch(0.643 0.109 189.3)CMYK
cmyk(90%, 0%, 4%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E928C
2#0D827C
3#0B726D
4#0A615D
5#08514E
6#06413E
7#05312F
8#03201F
9#021010
Tints
Lighter variations
1#13C1B8
2#16DFD5
3#2CEAE1
4#4AEDE5
5#68F0E9
6#86F3EE
7#A5F6F2
8#C3F9F6
9#E1FCFB
Tones
Muted variations
1#179B95
2#1F948E
3#268C87
4#2D8581
5#357E7A
6#3C7774
7#436F6D
8#4B6866
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DFFCFA;
--teal-200: #C3F9F6;
--teal-300: #94F4F0;
--teal-400: #5DEFE8;
--teal-500: #2EEAE1;
--teal-600: #14CCC3;
--teal-700: #10A29B;
--teal-800: #0B746F;
--teal-900: #074A47;
--teal-950: #052E2C;
}