Teal
#0B756F
CyanColor Codes
All color formats for development
HEX
#0B756FRGB
rgb(11, 117, 111)HSL
hsl(177, 83%, 25%)OKLCH
oklch(0.508 0.086 188.5)CMYK
cmyk(91%, 0%, 5%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6964
2#095D59
3#08524E
4#074643
5#053A38
6#042F2D
7#032321
8#021716
9#010C0B
Tints
Lighter variations
1#0E9891
2#11BBB2
3#15DED4
4#2DEBE2
5#50EFE7
6#73F2EC
7#96F5F0
8#B9F8F5
9#DCFCFA
Tones
Muted variations
1#106F6B
2#156A66
3#1B6561
4#205F5C
5#255A58
6#2B5553
7#30504E
8#354A49
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | 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: #DEFCFA;
--teal-200: #C2F9F7;
--teal-300: #94F5F0;
--teal-400: #5CF0E8;
--teal-500: #2DEBE2;
--teal-600: #13CDC4;
--teal-700: #0FA39C;
--teal-800: #0B756F;
--teal-900: #074B47;
--teal-950: #042F2D;
}