Teal
#0B7561
CyanColor Codes
All color formats for development
HEX
#0B7561RGB
rgb(11, 117, 97)HSL
hsl(169, 83%, 25%)OKLCH
oklch(0.503 0.092 174.9)CMYK
cmyk(91%, 0%, 17%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6958
2#095D4E
3#085244
4#07463A
5#053A31
6#042F27
7#03231D
8#021713
9#010C0A
Tints
Lighter variations
1#0E987E
2#11BB9C
3#15DEB9
4#2DEBC9
5#50EFD2
6#73F2DB
7#96F5E4
8#B9F8ED
9#DCFCF6
Tones
Muted variations
1#106F5E
2#156A5B
3#1B6557
4#205F54
5#255A51
6#2B554D
7#30504A
8#354A46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF7;
--teal-200: #C2F9EF;
--teal-300: #94F5E3;
--teal-400: #5CF0D5;
--teal-500: #2DEBC9;
--teal-600: #13CDAB;
--teal-700: #0FA388;
--teal-800: #0B7561;
--teal-900: #074B3E;
--teal-950: #042F27;
}