Teal
#0DA582
CyanColor Codes
All color formats for development
HEX
#0DA582RGB
rgb(13, 165, 130)HSL
hsl(166, 85%, 35%)OKLCH
oklch(0.643 0.125 170.4)CMYK
cmyk(92%, 0%, 21%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9575
2#0B8468
3#09745B
4#08634E
5#075341
6#054234
7#043227
8#03211A
9#01110D
Tints
Lighter variations
1#10C49A
2#12E2B2
3#28EEC0
4#47F0C9
5#66F3D2
6#84F5DB
7#A3F8E4
8#C2FAED
9#E0FDF6
Tones
Muted variations
1#159E7E
2#1D967A
3#248E76
4#2C8772
5#337F6D
6#3B7869
7#427065
8#4A6861
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DF | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CE | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAED;
--teal-300: #92F6DF;
--teal-400: #5AF2CE;
--teal-500: #2BEEC0;
--teal-600: #11D0A3;
--teal-700: #0DA582;
--teal-800: #0A765D;
--teal-900: #064B3B;
--teal-950: #042F25;
}