Teal
#0A6075
CyanColor Codes
All color formats for development
HEX
#0A6075RGB
rgb(10, 96, 117)HSL
hsl(192, 84%, 25%)OKLCH
oklch(0.453 0.08 220.4)CMYK
cmyk(91%, 18%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09566A
2#084D5E
3#074352
4#063A46
5#05303B
6#04262F
7#031D23
8#021317
9#010A0C
Tints
Lighter variations
1#0D7D98
2#1099BC
3#13B6DF
4#2CC6ED
5#4FD0F0
6#72D9F3
7#95E3F6
8#B9ECF9
9#DCF6FC
Tones
Muted variations
1#105D70
2#15596B
3#1A5665
4#205360
5#25505B
6#2A4D55
7#304950
8#35464A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E2 #93E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD3 #5BD3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC6 #2CC6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A9 #12A9CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E86 #0E86A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EFFA;
--teal-300: #93E2F6;
--teal-400: #5BD3F1;
--teal-500: #2CC6ED;
--teal-600: #12A9CE;
--teal-700: #0E86A4;
--teal-800: #0A6075;
--teal-900: #073D4B;
--teal-950: #04262F;
}