Teal
#0DA3A5
CyanColor Codes
All color formats for development
HEX
#0DA3A5RGB
rgb(13, 163, 165)HSL
hsl(181, 85%, 35%)OKLCH
oklch(0.649 0.109 196.4)CMYK
cmyk(92%, 1%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9295
2#0B8284
3#097274
4#086263
5#075153
6#054142
7#043132
8#032121
9#011011
Tints
Lighter variations
1#10C1C4
2#12DFE2
3#28EAEE
4#47EDF0
5#66F0F3
6#84F3F5
7#A3F6F8
8#C2F9FA
9#E0FCFD
Tones
Muted variations
1#159B9E
2#1D9496
3#248D8E
4#2C8587
5#337E7F
6#3B7778
7#426F70
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 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F5 #92F5F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEF #5AEFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEB #2BEBEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11CC #11CCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA3 #0DA3A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064A #064A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2F9FA;
--teal-300: #92F5F6;
--teal-400: #5AEFF2;
--teal-500: #2BEBEE;
--teal-600: #11CCD0;
--teal-700: #0DA3A5;
--teal-800: #0A7476;
--teal-900: #064A4B;
--teal-950: #042E2F;
}