Teal
#0DA584
CyanColor Codes
All color formats for development
HEX
#0DA584RGB
rgb(13, 165, 132)HSL
hsl(167, 85%, 35%)OKLCH
oklch(0.644 0.123 171.6)CMYK
cmyk(92%, 0%, 20%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9577
2#0B846A
3#09745D
4#08634F
5#075342
6#054235
7#043228
8#03211A
9#01110D
Tints
Lighter variations
1#10C49D
2#12E2B5
3#28EEC3
4#47F0CB
5#66F3D4
6#84F5DD
7#A3F8E5
8#C2FAEE
9#E0FDF6
Tones
Muted variations
1#159E80
2#1D967C
3#248E77
4#2C8773
5#337F6F
6#3B786A
7#427066
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 #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2FAEE;
--teal-300: #92F6E1;
--teal-400: #5AF2D1;
--teal-500: #2BEEC4;
--teal-600: #11D0A6;
--teal-700: #0DA584;
--teal-800: #0A765E;
--teal-900: #064B3C;
--teal-950: #042F26;
}