Teal
#0DA5A3
CyanColor Codes
All color formats for development
HEX
#0DA5A3RGB
rgb(13, 165, 163)HSL
hsl(179, 85%, 35%)OKLCH
oklch(0.654 0.11 193.2)CMYK
cmyk(92%, 0%, 1%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9592
2#0B8482
3#097472
4#086362
5#075351
6#054241
7#043231
8#032121
9#011110
Tints
Lighter variations
1#10C4C1
2#12E2DF
3#28EEEA
4#47F0ED
5#66F3F0
6#84F5F3
7#A3F8F6
8#C2FAF9
9#E0FDFC
Tones
Muted variations
1#159E9B
2#1D9694
3#248E8D
4#2C8785
5#337F7E
6#3B7877
7#42706F
8#4A6868
9#526161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2FAF9;
--teal-300: #92F6F5;
--teal-400: #5AF2EF;
--teal-500: #2BEEEB;
--teal-600: #11D0CC;
--teal-700: #0DA5A3;
--teal-800: #0A7674;
--teal-900: #064B4A;
--teal-950: #042F2E;
}