Teal
#0895AA
CyanColor Codes
All color formats for development
HEX
#0895AARGB
rgb(8, 149, 170)HSL
hsl(188, 91%, 35%)OKLCH
oklch(0.615 0.106 212.3)CMYK
cmyk(95%, 12%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078699
2#067788
3#066877
4#055966
5#044A55
6#033C44
7#022D33
8#021E22
9#010F11
Tints
Lighter variations
1#0AB0CA
2#0BCCEA
3#21D8F5
4#41DEF6
5#61E3F8
6#80E9F9
7#A0EEFB
8#C0F4FC
9#DFF9FE
Tones
Muted variations
1#108FA2
2#18899A
3#208392
4#297D8A
5#317782
6#39717A
7#416B72
8#496569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F4FC;
--teal-300: #8FEBFA;
--teal-400: #55E1F7;
--teal-500: #24D9F5;
--teal-600: #0ABBD6;
--teal-700: #0895AA;
--teal-800: #066A7A;
--teal-900: #04444E;
--teal-950: #022B31;
}