Teal
#0DA58E
CyanColor Codes
All color formats for development
HEX
#0DA58ERGB
rgb(13, 165, 142)HSL
hsl(171, 85%, 35%)OKLCH
oklch(0.647 0.117 177.9)CMYK
cmyk(92%, 0%, 14%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9580
2#0B8472
3#097464
4#086355
5#075347
6#054239
7#04322B
8#03211C
9#01110E
Tints
Lighter variations
1#10C4A9
2#12E2C3
3#28EED0
4#47F0D7
5#66F3DD
6#84F5E4
7#A3F8EB
8#C2FAF2
9#E0FDF8
Tones
Muted variations
1#159E89
2#1D9684
3#248E7E
4#2C8779
5#337F74
6#3B786E
7#427069
8#4A6864
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2FAF2;
--teal-300: #92F6E7;
--teal-400: #5AF2DB;
--teal-500: #2BEED1;
--teal-600: #11D0B3;
--teal-700: #0DA58E;
--teal-800: #0A7666;
--teal-900: #064B41;
--teal-950: #042F29;
}