Teal
#0DA59B
CyanColor Codes
All color formats for development
HEX
#0DA59BRGB
rgb(13, 165, 155)HSL
hsl(176, 85%, 35%)OKLCH
oklch(0.651 0.112 187.1)CMYK
cmyk(92%, 0%, 6%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C958B
2#0B847C
3#09746C
4#08635D
5#07534D
6#05423E
7#04322E
8#03211F
9#01110F
Tints
Lighter variations
1#10C4B8
2#12E2D5
3#28EEE0
4#47F0E5
5#66F3E9
6#84F5EE
7#A3F8F2
8#C2FAF6
9#E0FDFB
Tones
Muted variations
1#159E94
2#1D968E
3#248E87
4#2C8781
5#337F7A
6#3B7874
7#42706D
8#4A6866
9#526160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFA;
--teal-200: #C2FAF6;
--teal-300: #92F6F0;
--teal-400: #5AF2E7;
--teal-500: #2BEEE1;
--teal-600: #11D0C3;
--teal-700: #0DA59B;
--teal-800: #0A766F;
--teal-900: #064B47;
--teal-950: #042F2C;
}