Teal
#0A99A9
CyanColor Codes
All color formats for development
HEX
#0A99A9RGB
rgb(10, 153, 169)HSL
hsl(186, 89%, 35%)OKLCH
oklch(0.625 0.106 208)CMYK
cmyk(94%, 9%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098A98
2#087A87
3#076B76
4#065C65
5#054C54
6#043D43
7#032E33
8#021F22
9#010F11
Tints
Lighter variations
1#0CB5C8
2#0DD2E7
3#24DEF2
4#43E2F4
5#62E7F6
6#82ECF8
7#A1F1FA
8#C0F5FB
9#E0FAFD
Tones
Muted variations
1#1292A1
2#1A8C99
3#228691
4#2A7F89
5#327981
6#397379
7#416C71
8#496669
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C0F5FB;
--teal-300: #90EEF9;
--teal-400: #56E5F5;
--teal-500: #26DEF2;
--teal-600: #0CC0D4;
--teal-700: #0A99A9;
--teal-800: #076D78;
--teal-900: #04464D;
--teal-950: #032C30;
}