Teal
#0DA59E
CyanColor Codes
All color formats for development
HEX
#0DA59ERGB
rgb(13, 165, 158)HSL
hsl(177, 85%, 35%)OKLCH
oklch(0.652 0.111 189.4)CMYK
cmyk(92%, 0%, 4%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C958E
2#0B847E
3#09746E
4#08635F
5#07534F
6#05423F
7#04322F
8#032120
9#011110
Tints
Lighter variations
1#10C4BB
2#12E2D8
3#28EEE4
4#47F0E8
5#66F3EC
6#84F5EF
7#A3F8F3
8#C2FAF7
9#E0FDFB
Tones
Muted variations
1#159E97
2#1D9690
3#248E89
4#2C8782
5#337F7B
6#3B7875
7#42706E
8#4A6867
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFB;
--teal-200: #C2FAF7;
--teal-300: #92F6F1;
--teal-400: #5AF2EA;
--teal-500: #2BEEE4;
--teal-600: #11D0C6;
--teal-700: #0DA59E;
--teal-800: #0A7671;
--teal-900: #064B48;
--teal-950: #042F2D;
}