Teal
#0B745D
CyanColor Codes
All color formats for development
HEX
#0B745DRGB
rgb(11, 116, 93)HSL
hsl(167, 83%, 25%)OKLCH
oklch(0.499 0.094 172.2)CMYK
cmyk(91%, 0%, 20%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6954
2#095D4B
3#085242
4#074638
5#053A2F
6#042F25
7#03231C
8#021713
9#010C09
Tints
Lighter variations
1#0E987A
2#11BB96
3#15DEB2
4#2DEBC2
5#50EFCC
6#73F2D6
7#96F5E1
8#B9F8EB
9#DCFCF5
Tones
Muted variations
1#106F5B
2#156A58
3#1B6555
4#205F52
5#255A4F
6#2B554C
7#305049
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 #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF6;
--teal-200: #C2F9ED;
--teal-300: #94F5E0;
--teal-400: #5CF0D0;
--teal-500: #2DEBC2;
--teal-600: #13CDA5;
--teal-700: #0FA383;
--teal-800: #0B755E;
--teal-900: #074B3C;
--teal-950: #042F25;
}