Teal
#0B745C
CyanColor Codes
All color formats for development
HEX
#0B745CRGB
rgb(11, 116, 92)HSL
hsl(166, 83%, 25%)OKLCH
oklch(0.499 0.095 171.3)CMYK
cmyk(91%, 0%, 21%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6953
2#095D4A
3#085240
4#074637
5#053A2E
6#042F25
7#03231C
8#021712
9#010C09
Tints
Lighter variations
1#0E9878
2#11BB93
3#15DEAF
4#2DEBBF
5#50EFCA
6#73F2D4
7#96F5DF
8#B9F8EA
9#DCFCF4
Tones
Muted variations
1#106F59
2#156A56
3#1B6554
4#205F51
5#255A4E
6#2B554B
7#305048
8#354A45
9#3A4543
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 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | 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: #C2F9ED;
--teal-300: #94F5DE;
--teal-400: #5CF0CD;
--teal-500: #2DEBBF;
--teal-600: #13CDA2;
--teal-700: #0FA381;
--teal-800: #0B755C;
--teal-900: #074B3B;
--teal-950: #042F25;
}