Teal
#0DA591
CyanColor Codes
All color formats for development
HEX
#0DA591RGB
rgb(13, 165, 145)HSL
hsl(172, 85%, 35%)OKLCH
oklch(0.648 0.116 179.9)CMYK
cmyk(92%, 0%, 12%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9582
2#0B8474
3#097465
4#086357
5#075348
6#05423A
7#04322B
8#03211D
9#01110E
Tints
Lighter variations
1#10C4AC
2#12E2C7
3#28EED3
4#47F0DA
5#66F3E0
6#84F5E6
7#A3F8EC
8#C2FAF3
9#E0FDF9
Tones
Muted variations
1#159E8B
2#1D9686
3#248E80
4#2C877B
5#337F75
6#3B7870
7#42706A
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 #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E9 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B42 | 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: #C2FAF3;
--teal-300: #92F6E9;
--teal-400: #5AF2DD;
--teal-500: #2BEED4;
--teal-600: #11D0B6;
--teal-700: #0DA591;
--teal-800: #0A7667;
--teal-900: #064B42;
--teal-950: #042F29;
}