Teal
#0B7563
CyanColor Codes
All color formats for development
HEX
#0B7563RGB
rgb(11, 117, 99)HSL
hsl(170, 83%, 25%)OKLCH
oklch(0.504 0.091 176.7)CMYK
cmyk(91%, 0%, 15%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6959
2#095D4F
3#085245
4#07463B
5#053A32
6#042F28
7#03231E
8#021714
9#010C0A
Tints
Lighter variations
1#0E9881
2#11BB9E
3#15DEBC
4#2DEBCC
5#50EFD4
6#73F2DD
7#96F5E5
8#B9F8EE
9#DCFCF6
Tones
Muted variations
1#106F5F
2#156A5C
3#1B6558
4#205F55
5#255A51
6#2B554E
7#30504A
8#354A47
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF7;
--teal-200: #C2F9F0;
--teal-300: #94F5E5;
--teal-400: #5CF0D7;
--teal-500: #2DEBCC;
--teal-600: #13CDAE;
--teal-700: #0FA38B;
--teal-800: #0B7563;
--teal-900: #074B3F;
--teal-950: #042F28;
}