Teal
#0B7565
CyanColor Codes
All color formats for development
HEX
#0B7565RGB
rgb(11, 117, 101)HSL
hsl(171, 83%, 25%)OKLCH
oklch(0.505 0.09 178.5)CMYK
cmyk(91%, 0%, 14%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A695B
2#095D51
3#085247
4#07463C
5#053A32
6#042F28
7#03231E
8#021714
9#010C0A
Tints
Lighter variations
1#0E9883
2#11BBA1
3#15DEBF
4#2DEBCF
5#50EFD7
6#73F2DF
7#96F5E7
8#B9F8EF
9#DCFCF7
Tones
Muted variations
1#106F61
2#156A5D
3#1B655A
4#205F56
5#255A52
6#2B554F
7#30504B
8#354A47
9#3A4543
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 #C2F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF8;
--teal-200: #C2F9F1;
--teal-300: #94F5E6;
--teal-400: #5CF0DA;
--teal-500: #2DEBCF;
--teal-600: #13CDB1;
--teal-700: #0FA38D;
--teal-800: #0B7565;
--teal-900: #074B41;
--teal-950: #042F28;
}