Teal
#0A91A9
CyanColor Codes
All color formats for development
HEX
#0A91A9RGB
rgb(10, 145, 169)HSL
hsl(189, 89%, 35%)OKLCH
oklch(0.605 0.105 215.1)CMYK
cmyk(94%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098298
2#087487
3#076576
4#065765
5#054854
6#043A43
7#032B33
8#021D22
9#010E11
Tints
Lighter variations
1#0CACC8
2#0DC7E7
3#24D3F2
4#43DAF4
5#62E0F6
6#82E6F8
7#A1ECFA
8#C0F3FB
9#E0F9FD
Tones
Muted variations
1#128BA1
2#1A8699
3#228091
4#2A7B89
5#327581
6#396F79
7#416A71
8#496469
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F3FB;
--teal-300: #90E9F9;
--teal-400: #56DDF5;
--teal-500: #26D4F2;
--teal-600: #0CB6D4;
--teal-700: #0A91A9;
--teal-800: #076778;
--teal-900: #04424D;
--teal-950: #032930;
}