Teal
#098CAA
CyanColor Codes
All color formats for development
HEX
#098CAARGB
rgb(9, 140, 170)HSL
hsl(191, 90%, 35%)OKLCH
oklch(0.593 0.107 220.4)CMYK
cmyk(95%, 18%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087E99
2#077088
3#066277
4#055466
5#044655
6#043844
7#032A33
8#021C22
9#010E11
Tints
Lighter variations
1#0BA6C9
2#0CC0E9
3#23CDF3
4#42D4F5
5#62DBF7
6#81E2F8
7#A1EAFA
8#C0F1FC
9#E0F8FD
Tones
Muted variations
1#1187A2
2#19829A
3#217D91
4#297889
5#317381
6#396E79
7#416971
8#496369
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E6 #90E6F9 | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25CE #25CEF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB0 #0BB0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098C #098CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #066479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF7FD;
--teal-200: #C0F1FC;
--teal-300: #90E6F9;
--teal-400: #55D9F6;
--teal-500: #25CEF4;
--teal-600: #0BB0D5;
--teal-700: #098CAA;
--teal-800: #066479;
--teal-900: #04404E;
--teal-950: #032830;
}