Teal
#0A7562
CyanColor Codes
All color formats for development
HEX
#0A7562RGB
rgb(10, 117, 98)HSL
hsl(169, 84%, 25%)OKLCH
oklch(0.504 0.092 175.8)CMYK
cmyk(91%, 0%, 16%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A58
2#085E4E
3#075244
4#06463B
5#053B31
6#042F27
7#03231D
8#021714
9#010C0A
Tints
Lighter variations
1#0D987F
2#10BC9C
3#13DFBA
4#2CEDC9
5#4FF0D2
6#72F3DB
7#95F6E4
8#B9F9ED
9#DCFCF6
Tones
Muted variations
1#10705E
2#156B5B
3#1A6557
4#206054
5#255B51
6#2A554D
7#30504A
8#354A47
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFCF7;
--teal-200: #C2FAEF;
--teal-300: #93F6E4;
--teal-400: #5BF1D5;
--teal-500: #2CEDC9;
--teal-600: #12CEAC;
--teal-700: #0EA489;
--teal-800: #0A7562;
--teal-900: #074B3F;
--teal-950: #042F27;
}