Teal
#0A6776
CyanColor Codes
All color formats for development
HEX
#0A6776RGB
rgb(10, 103, 118)HSL
hsl(188, 84%, 25%)OKLCH
oklch(0.473 0.08 212.6)CMYK
cmyk(92%, 13%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095D6A
2#08525E
3#074852
4#063E46
5#05343B
6#04292F
7#031F23
8#021517
9#010A0C
Tints
Lighter variations
1#0D8698
2#10A5BC
3#13C4DF
4#2CD3ED
5#4FDAF0
6#72E2F3
7#95E9F6
8#B9F0F9
9#DCF8FC
Tones
Muted variations
1#106370
2#155F6B
3#1A5B65
4#205760
5#25535B
6#2A4F55
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 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E8 #93E8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDD #5BDDF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD3 #2CD3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B5 #12B5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E90 #0E90A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F2FA;
--teal-300: #93E8F6;
--teal-400: #5BDDF1;
--teal-500: #2CD3ED;
--teal-600: #12B5CE;
--teal-700: #0E90A4;
--teal-800: #0A6775;
--teal-900: #07424B;
--teal-950: #04292F;
}