Teal
#087CAA
BlueColor Codes
All color formats for development
HEX
#087CAARGB
rgb(8, 124, 170)HSL
hsl(197, 91%, 35%)OKLCH
oklch(0.553 0.114 233.8)CMYK
cmyk(95%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077099
2#066488
3#065777
4#054B66
5#043E55
6#033244
7#022533
8#021922
9#010C11
Tints
Lighter variations
1#0A94CA
2#0BABEA
3#21B9F5
4#41C3F6
5#61CDF8
6#80D7F9
7#A0E1FB
8#C0EBFC
9#DFF5FE
Tones
Muted variations
1#1079A2
2#18759A
3#207292
4#296E8A
5#316B82
6#39677A
7#416472
8#496069
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDB #8FDBFA | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B9 #24B9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A9C #0A9CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087C #087CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #06597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EBFC;
--teal-300: #8FDBFA;
--teal-400: #55C9F7;
--teal-500: #24B9F5;
--teal-600: #0A9CD6;
--teal-700: #087CAA;
--teal-800: #06597A;
--teal-900: #04394E;
--teal-950: #022431;
}