Teal
#099AAA
CyanColor Codes
All color formats for development
HEX
#099AAARGB
rgb(9, 154, 170)HSL
hsl(186, 90%, 35%)OKLCH
oklch(0.628 0.107 207.9)CMYK
cmyk(95%, 9%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088A99
2#077B88
3#066B77
4#055C66
5#044D55
6#043D44
7#032E33
8#021F22
9#010F11
Tints
Lighter variations
1#0BB6C9
2#0CD3E9
3#23DFF3
4#42E3F5
5#62E8F7
6#81ECF8
7#A1F1FA
8#C0F6FC
9#E0FAFD
Tones
Muted variations
1#1193A2
2#198D9A
3#218691
4#298089
5#317981
6#397379
7#416D71
8#496669
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | 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: #F0FDFE;
--teal-100: #DDFAFD;
--teal-200: #C0F6FC;
--teal-300: #90EFF9;
--teal-400: #55E6F6;
--teal-500: #25DFF4;
--teal-600: #0BC1D5;
--teal-700: #099AAA;
--teal-800: #066E79;
--teal-900: #04464E;
--teal-950: #032C30;
}