Teal
#0B746B
CyanColor Codes
All color formats for development
HEX
#0B746BRGB
rgb(11, 116, 107)HSL
hsl(175, 83%, 25%)OKLCH
oklch(0.504 0.086 185.3)CMYK
cmyk(91%, 0%, 8%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6961
2#095D56
3#08524B
4#074641
5#053A36
6#042F2B
7#032320
8#021716
9#010C0B
Tints
Lighter variations
1#0E988C
2#11BBAD
3#15DECD
4#2DEBDC
5#50EFE2
6#73F2E7
7#96F5ED
8#B9F8F3
9#DCFCF9
Tones
Muted variations
1#106F67
2#156A63
3#1B655F
4#205F5A
5#255A56
6#2B5551
7#30504D
8#354A49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5ED | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCF9;
--teal-200: #C2F9F5;
--teal-300: #94F5ED;
--teal-400: #5CF0E3;
--teal-500: #2DEBDC;
--teal-600: #13CDBE;
--teal-700: #0FA397;
--teal-800: #0B756C;
--teal-900: #074B45;
--teal-950: #042F2B;
}