Teal
#0B7471
CyanColor Codes
All color formats for development
HEX
#0B7471RGB
rgb(11, 116, 113)HSL
hsl(178, 83%, 25%)OKLCH
oklch(0.506 0.085 191.6)CMYK
cmyk(91%, 0%, 3%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6966
2#095D5B
3#08524F
4#074644
5#053A39
6#042F2D
7#032322
8#021717
9#010C0B
Tints
Lighter variations
1#0E9893
2#11BBB5
3#15DED7
4#2DEBE5
5#50EFE9
6#73F2EE
7#96F5F2
8#B9F8F6
9#DCFCFB
Tones
Muted variations
1#106F6C
2#156A67
3#1B6562
4#205F5D
5#255A58
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 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | 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: #94F5F2;
--teal-400: #5CF0EB;
--teal-500: #2DEBE5;
--teal-600: #13CDC7;
--teal-700: #0FA39E;
--teal-800: #0B7571;
--teal-900: #074B48;
--teal-950: #042F2D;
}