Teal
#0B7468
CyanColor Codes
All color formats for development
HEX
#0B7468RGB
rgb(11, 116, 104)HSL
hsl(173, 83%, 25%)OKLCH
oklch(0.503 0.087 182.3)CMYK
cmyk(91%, 0%, 10%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A695E
2#095D53
3#085249
4#07463F
5#053A34
6#042F2A
7#03231F
8#021715
9#010C0A
Tints
Lighter variations
1#0E9888
2#11BBA7
3#15DEC6
4#2DEBD5
5#50EFDC
6#73F2E3
7#96F5EA
8#B9F8F1
9#DCFCF8
Tones
Muted variations
1#106F64
2#156A60
3#1B655C
4#205F58
5#255A54
6#2B5550
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 #C2F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EA | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DF | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | 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: #C2F9F3;
--teal-300: #94F5EA;
--teal-400: #5CF0DF;
--teal-500: #2DEBD5;
--teal-600: #13CDB8;
--teal-700: #0FA392;
--teal-800: #0B7568;
--teal-900: #074B43;
--teal-950: #042F2A;
}