Teal
#0877AA
BlueColor Codes
All color formats for development
HEX
#0877AARGB
rgb(8, 119, 170)HSL
hsl(199, 91%, 35%)OKLCH
oklch(0.54 0.117 237.6)CMYK
cmyk(95%, 30%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B99
2#065F88
3#065377
4#054766
5#043C55
6#033044
7#022433
8#021822
9#010C11
Tints
Lighter variations
1#0A8DCA
2#0BA3EA
3#21B2F5
4#41BDF6
5#61C8F8
6#80D3F9
7#A0DEFB
8#C0E9FC
9#DFF4FE
Tones
Muted variations
1#1074A2
2#18719A
3#206E92
4#296B8A
5#316882
6#39657A
7#416272
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 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD8 #8FD8FA | BordersInactive statesPlaceholder text |
| 400 | 55C4 #55C4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B3 #24B3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A96 #0A96D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0877 #0877AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #06557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E9FC;
--teal-300: #8FD8FA;
--teal-400: #55C4F7;
--teal-500: #24B3F5;
--teal-600: #0A96D6;
--teal-700: #0877AA;
--teal-800: #06557A;
--teal-900: #04364E;
--teal-950: #022231;
}