Teal
#0B7474
CyanColor Codes
All color formats for development
HEX
#0B7474RGB
rgb(11, 116, 116)HSL
hsl(180, 83%, 25%)OKLCH
oklch(0.507 0.084 194.8)CMYK
cmyk(91%, 0%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6969
2#095D5D
3#085252
4#074646
5#053A3A
6#042F2F
7#032323
8#021717
9#010C0C
Tints
Lighter variations
1#0E9898
2#11BBBB
3#15DEDE
4#2DEBEB
5#50EFEF
6#73F2F2
7#96F5F5
8#B9F8F8
9#DCFCFC
Tones
Muted variations
1#106F6F
2#156A6A
3#1B6565
4#205F5F
5#255A5A
6#2B5555
7#305050
8#354A4A
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFCFC;
--teal-200: #C2F9F9;
--teal-300: #94F5F5;
--teal-400: #5CF0F0;
--teal-500: #2DEBEB;
--teal-600: #13CDCD;
--teal-700: #0FA3A3;
--teal-800: #0B7575;
--teal-900: #074B4B;
--teal-950: #042F2F;
}