Teal
#0DA587
CyanColor Codes
All color formats for development
HEX
#0DA587RGB
rgb(13, 165, 135)HSL
hsl(168, 85%, 35%)OKLCH
oklch(0.645 0.121 173.4)CMYK
cmyk(92%, 0%, 18%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9579
2#0B846C
3#09745E
4#086351
5#075343
6#054236
7#043228
8#03211B
9#01110D
Tints
Lighter variations
1#10C4A0
2#12E2B9
3#28EEC6
4#47F0CE
5#66F3D6
6#84F5DF
7#A3F8E7
8#C2FAEF
9#E0FDF7
Tones
Muted variations
1#159E82
2#1D967E
3#248E79
4#2C8775
5#337F70
6#3B786B
7#427067
8#4A6862
9#52615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3E | 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: #DEFCF6;
--teal-200: #C2FAEF;
--teal-300: #92F6E2;
--teal-400: #5AF2D3;
--teal-500: #2BEEC7;
--teal-600: #11D0A9;
--teal-700: #0DA587;
--teal-800: #0A7660;
--teal-900: #064B3E;
--teal-950: #042F27;
}