Teal
#095D77
CyanColor Codes
All color formats for development
HEX
#095D77RGB
rgb(9, 93, 119)HSL
hsl(194, 86%, 25%)OKLCH
oklch(0.446 0.082 226.1)CMYK
cmyk(92%, 22%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08546B
2#074A5F
3#064153
4#053847
5#042E3B
6#04252F
7#031C24
8#021318
9#01090C
Tints
Lighter variations
1#0C799A
2#0E95BE
3#11B1E1
4#2AC1EF
5#4DCBF2
6#71D6F4
7#94E0F7
8#B8EAFA
9#DBF5FC
Tones
Muted variations
1#0E5A71
2#14576C
3#195466
4#1F5161
5#244E5B
6#2A4B56
7#2F4950
8#35464B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF7 | BordersInactive statesPlaceholder text |
| 400 | 59CF #59CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AC1 #2AC1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10A4 #10A4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C82 #0C82A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 095D #095D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4C | 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: #DEF5FD;
--teal-200: #C1EDFA;
--teal-300: #92DFF7;
--teal-400: #59CFF3;
--teal-500: #2AC1EF;
--teal-600: #10A4D1;
--teal-700: #0C82A6;
--teal-800: #095D77;
--teal-900: #063C4C;
--teal-950: #04252F;
}