Teal
#0DA589
CyanColor Codes
All color formats for development
HEX
#0DA589RGB
rgb(13, 165, 137)HSL
hsl(169, 85%, 35%)OKLCH
oklch(0.645 0.12 174.6)CMYK
cmyk(92%, 0%, 17%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C957C
2#0B846E
3#097460
4#086352
5#075345
6#054237
7#043229
8#03211B
9#01110E
Tints
Lighter variations
1#10C4A3
2#12E2BC
3#28EEC9
4#47F0D1
5#66F3D9
6#84F5E0
7#A3F8E8
8#C2FAF0
9#E0FDF7
Tones
Muted variations
1#159E84
2#1D9680
3#248E7B
4#2C8776
5#337F71
6#3B786C
7#427068
8#4A6863
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF7;
--teal-200: #C2FAF0;
--teal-300: #92F6E4;
--teal-400: #5AF2D6;
--teal-500: #2BEECA;
--teal-600: #11D0AD;
--teal-700: #0DA589;
--teal-800: #0A7662;
--teal-900: #064B3F;
--teal-950: #042F27;
}