Teal
#0A5C75
CyanColor Codes
All color formats for development
HEX
#0A5C75RGB
rgb(10, 92, 117)HSL
hsl(194, 84%, 25%)OKLCH
oklch(0.443 0.081 225.4)CMYK
cmyk(91%, 21%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09536A
2#084A5E
3#074152
4#063746
5#052E3B
6#04252F
7#031C23
8#021217
9#01090C
Tints
Lighter variations
1#0D7898
2#1094BC
3#13AFDF
4#2CC0ED
5#4FCAF0
6#72D5F3
7#95DFF6
8#B9EAF9
9#DCF4FC
Tones
Muted variations
1#105970
2#15576B
3#1A5465
4#205160
5#254E5B
6#2A4B55
7#304850
8#35454A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DF #93DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCE #5BCEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC0 #2CC0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A2 #12A2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E81 #0E81A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5C #0A5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FC;
--teal-200: #C2EDFA;
--teal-300: #93DFF6;
--teal-400: #5BCEF1;
--teal-500: #2CC0ED;
--teal-600: #12A2CE;
--teal-700: #0E81A4;
--teal-800: #0A5C75;
--teal-900: #073B4B;
--teal-950: #04252F;
}