Teal
#0B746D
CyanColor Codes
All color formats for development
HEX
#0B746DRGB
rgb(11, 116, 109)HSL
hsl(176, 83%, 25%)OKLCH
oklch(0.505 0.086 187.4)CMYK
cmyk(91%, 0%, 6%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6963
2#095D58
3#08524D
4#074642
5#053A37
6#042F2C
7#032321
8#021716
9#010C0B
Tints
Lighter variations
1#0E988E
2#11BBAF
3#15DED0
4#2DEBDF
5#50EFE4
6#73F2EA
7#96F5EF
8#B9F8F4
9#DCFCFA
Tones
Muted variations
1#106F69
2#156A64
3#1B6560
4#205F5B
5#255A57
6#2B5552
7#30504E
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 #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EF | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B46 | 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: #C2F9F6;
--teal-300: #94F5EF;
--teal-400: #5CF0E6;
--teal-500: #2DEBDF;
--teal-600: #13CDC1;
--teal-700: #0FA399;
--teal-800: #0B756E;
--teal-900: #074B46;
--teal-950: #042F2C;
}