Teal
#0887AA
CyanColor Codes
All color formats for development
HEX
#0887AARGB
rgb(8, 135, 170)HSL
hsl(193, 91%, 35%)OKLCH
oklch(0.58 0.108 224.7)CMYK
cmyk(95%, 21%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077A99
2#066C88
3#065F77
4#055166
5#044455
6#033644
7#022933
8#021B22
9#010E11
Tints
Lighter variations
1#0AA0CA
2#0BBAEA
3#21C7F5
4#41CFF6
5#61D7F8
6#80DFF9
7#A0E7FB
8#C0EFFC
9#DFF7FE
Tones
Muted variations
1#1083A2
2#187E9A
3#207992
4#29758A
5#317082
6#396C7A
7#416772
8#496269
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FD;
--teal-200: #C0EFFC;
--teal-300: #8FE3FA;
--teal-400: #55D4F7;
--teal-500: #24C7F5;
--teal-600: #0AAAD6;
--teal-700: #0887AA;
--teal-800: #06617A;
--teal-900: #043E4E;
--teal-950: #022731;
}