Teal
#0DA593
CyanColor Codes
All color formats for development
HEX
#0DA593RGB
rgb(13, 165, 147)HSL
hsl(173, 85%, 35%)OKLCH
oklch(0.648 0.115 181.3)CMYK
cmyk(92%, 0%, 11%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9585
2#0B8476
3#097467
4#086358
5#07534A
6#05423B
7#04322C
8#03211D
9#01110F
Tints
Lighter variations
1#10C4AF
2#12E2CA
3#28EED7
4#47F0DC
5#66F3E2
6#84F5E8
7#A3F8EE
8#C2FAF3
9#E0FDF9
Tones
Muted variations
1#159E8E
2#1D9688
3#248E82
4#2C877C
5#337F76
6#3B7871
7#42706B
8#4A6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2FAF3;
--teal-300: #92F6EB;
--teal-400: #5AF2E0;
--teal-500: #2BEED7;
--teal-600: #11D0B9;
--teal-700: #0DA593;
--teal-800: #0A7669;
--teal-900: #064B43;
--teal-950: #042F2A;
}