Teal
#0874AA
BlueColor Codes
All color formats for development
HEX
#0874AARGB
rgb(8, 116, 170)HSL
hsl(200, 91%, 35%)OKLCH
oklch(0.533 0.119 239.8)CMYK
cmyk(95%, 32%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076999
2#065D88
3#065177
4#054666
5#043A55
6#032F44
7#022333
8#021722
9#010C11
Tints
Lighter variations
1#0A8ACA
2#0BA0EA
3#21AEF5
4#41BAF6
5#61C5F8
6#80D1F9
7#A0DCFB
8#C0E8FC
9#DFF3FE
Tones
Muted variations
1#1072A2
2#186F9A
3#206C92
4#29698A
5#316782
6#39647A
7#416172
8#495F69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD6 #8FD6FA | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AF #24AFF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A92 #0A92D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0874 #0874AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #06537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E8FC;
--teal-300: #8FD6FA;
--teal-400: #55C1F7;
--teal-500: #24AFF5;
--teal-600: #0A92D6;
--teal-700: #0874AA;
--teal-800: #06537A;
--teal-900: #04354E;
--teal-950: #022131;
}