Teal
#0DA598
CyanColor Codes
All color formats for development
HEX
#0DA598RGB
rgb(13, 165, 152)HSL
hsl(175, 85%, 35%)OKLCH
oklch(0.65 0.113 184.9)CMYK
cmyk(92%, 0%, 8%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9589
2#0B847A
3#09746B
4#08635B
5#07534C
6#05423D
7#04322E
8#03211E
9#01110F
Tints
Lighter variations
1#10C4B5
2#12E2D1
3#28EEDD
4#47F0E2
5#66F3E7
6#84F5EC
7#A3F8F0
8#C2FAF5
9#E0FDFA
Tones
Muted variations
1#159E92
2#1D968C
3#248E86
4#2C877F
5#337F79
6#3B7873
7#42706C
8#4A6866
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EE | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E5 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF5;
--teal-300: #92F6EE;
--teal-400: #5AF2E5;
--teal-500: #2BEEDE;
--teal-600: #11D0C0;
--teal-700: #0DA598;
--teal-800: #0A766D;
--teal-900: #064B46;
--teal-950: #042F2C;
}