Teal
#0B756A
CyanColor Codes
All color formats for development
HEX
#0B756ARGB
rgb(11, 117, 106)HSL
hsl(174, 83%, 25%)OKLCH
oklch(0.506 0.088 183.4)CMYK
cmyk(91%, 0%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A695F
2#095D55
3#08524A
4#074640
5#053A35
6#042F2A
7#032320
8#021715
9#010C0B
Tints
Lighter variations
1#0E988A
2#11BBAA
3#15DECA
4#2DEBD8
5#50EFDF
6#73F2E5
7#96F5EC
8#B9F8F2
9#DCFCF9
Tones
Muted variations
1#106F66
2#156A62
3#1B655D
4#205F59
5#255A55
6#2B5551
7#30504C
8#354A48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2F9F4;
--teal-300: #94F5EB;
--teal-400: #5CF0E1;
--teal-500: #2DEBD8;
--teal-600: #13CDBB;
--teal-700: #0FA395;
--teal-800: #0B756A;
--teal-900: #074B44;
--teal-950: #042F2A;
}