Teal
#0B7472
CyanColor Codes
All color formats for development
HEX
#0B7472RGB
rgb(11, 116, 114)HSL
hsl(179, 83%, 25%)OKLCH
oklch(0.506 0.084 192.7)CMYK
cmyk(91%, 0%, 2%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6967
2#095D5C
3#085250
4#074645
5#053A39
6#042F2E
7#032322
8#021717
9#010C0B
Tints
Lighter variations
1#0E9895
2#11BBB8
3#15DEDA
4#2DEBE8
5#50EFEC
6#73F2F0
7#96F5F4
8#B9F8F7
9#DCFCFB
Tones
Muted variations
1#106F6E
2#156A69
3#1B6564
4#205F5E
5#255A59
6#2B5554
7#30504F
8#354A4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFCFB;
--teal-200: #C2F9F8;
--teal-300: #94F5F3;
--teal-400: #5CF0ED;
--teal-500: #2DEBE8;
--teal-600: #13CDCA;
--teal-700: #0FA3A1;
--teal-800: #0B7573;
--teal-900: #074B4A;
--teal-950: #042F2E;
}