Teal
#10A27E
CyanColor Codes
All color formats for development
HEX
#10A27ERGB
rgb(16, 162, 126)HSL
hsl(165, 82%, 35%)OKLCH
oklch(0.635 0.124 169.4)CMYK
cmyk(90%, 0%, 22%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9271
2#0D8265
3#0B7258
4#0A614C
5#08513F
6#064132
7#053126
8#032019
9#02100D
Tints
Lighter variations
1#13C195
2#16DFAD
3#2CEABB
4#4AEDC4
5#68F0CE
6#86F3D8
7#A5F6E2
8#C3F9EB
9#E1FCF5
Tones
Muted variations
1#179B7A
2#1F9477
3#268C73
4#2D856F
5#357E6C
6#3C7768
7#436F64
8#4B6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF4;
--teal-200: #C3F9EB;
--teal-300: #94F4DC;
--teal-400: #5DEFCA;
--teal-500: #2EEABB;
--teal-600: #14CC9E;
--teal-700: #10A27E;
--teal-800: #0B745A;
--teal-900: #074A3A;
--teal-950: #052E24;
}