Teal
#0B7466
CyanColor Codes
All color formats for development
HEX
#0B7466RGB
rgb(11, 116, 102)HSL
hsl(172, 83%, 25%)OKLCH
oklch(0.502 0.088 180.3)CMYK
cmyk(91%, 0%, 12%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A695C
2#095D52
3#085248
4#07463E
5#053A33
6#042F29
7#03231F
8#021715
9#010C0A
Tints
Lighter variations
1#0E9885
2#11BBA4
3#15DEC3
4#2DEBD2
5#50EFDA
6#73F2E1
7#96F5E9
8#B9F8F0
9#DCFCF8
Tones
Muted variations
1#106F63
2#156A5F
3#1B655B
4#205F57
5#255A53
6#2B554F
7#30504B
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 #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2F9F2;
--teal-300: #94F5E8;
--teal-400: #5CF0DC;
--teal-500: #2DEBD2;
--teal-600: #13CDB4;
--teal-700: #0FA390;
--teal-800: #0B7567;
--teal-900: #074B42;
--teal-950: #042F29;
}