Teal
#0DA596
CyanColor Codes
All color formats for development
HEX
#0DA596RGB
rgb(13, 165, 150)HSL
hsl(174, 85%, 35%)OKLCH
oklch(0.649 0.114 183.5)CMYK
cmyk(92%, 0%, 9%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9587
2#0B8478
3#097469
4#08635A
5#07534B
6#05423C
7#04322D
8#03211E
9#01110F
Tints
Lighter variations
1#10C4B2
2#12E2CE
3#28EEDA
4#47F0DF
5#66F3E4
6#84F5EA
7#A3F8EF
8#C2FAF4
9#E0FDFA
Tones
Muted variations
1#159E90
2#1D968A
3#248E84
4#2C877E
5#337F78
6#3B7872
7#42706B
8#4A6865
9#52615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EC | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCF9;
--teal-200: #C2FAF4;
--teal-300: #92F6EC;
--teal-400: #5AF2E2;
--teal-500: #2BEEDA;
--teal-600: #11D0BC;
--teal-700: #0DA596;
--teal-800: #0A766B;
--teal-900: #064B45;
--teal-950: #042F2B;
}