Teal
#0DA57F
CyanColor Codes
All color formats for development
HEX
#0DA57FRGB
rgb(13, 165, 127)HSL
hsl(165, 85%, 35%)OKLCH
oklch(0.642 0.127 168.7)CMYK
cmyk(92%, 0%, 23%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9572
2#0B8466
3#097459
4#08634C
5#075340
6#054233
7#043226
8#032119
9#01110D
Tints
Lighter variations
1#10C497
2#12E2AE
3#28EEBC
4#47F0C6
5#66F3CF
6#84F5D9
7#A3F8E2
8#C2FAEC
9#E0FDF5
Tones
Muted variations
1#159E7B
2#1D9678
3#248E74
4#2C8770
5#337F6C
6#3B7868
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 #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CC | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF5;
--teal-200: #C2FAEC;
--teal-300: #92F6DD;
--teal-400: #5AF2CC;
--teal-500: #2BEEBD;
--teal-600: #11D0A0;
--teal-700: #0DA57F;
--teal-800: #0A765B;
--teal-900: #064B3A;
--teal-950: #042F24;
}