Teal
#0A6975
CyanColor Codes
All color formats for development
HEX
#0A6975RGB
rgb(10, 105, 117)HSL
hsl(187, 84%, 25%)OKLCH
oklch(0.478 0.08 208.9)CMYK
cmyk(91%, 10%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095E6A
2#08545E
3#074952
4#063F46
5#05343B
6#042A2F
7#031F23
8#021517
9#010A0C
Tints
Lighter variations
1#0D8898
2#10A8BC
3#13C7DF
4#2CD6ED
5#4FDDF0
6#72E4F3
7#95EBF6
8#B9F1F9
9#DCF8FC
Tones
Muted variations
1#106570
2#15616B
3#1A5C65
4#205860
5#25545B
6#2A5055
7#304C50
8#35484A
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EA #93EAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BDF #5BDFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD6 #2CD6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B8 #12B8CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E93 #0E93A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F3FA;
--teal-300: #93EAF6;
--teal-400: #5BDFF1;
--teal-500: #2CD6ED;
--teal-600: #12B8CE;
--teal-700: #0E93A4;
--teal-800: #0A6975;
--teal-900: #07434B;
--teal-950: #042A2F;
}