Teal
#087FAA
BlueColor Codes
All color formats for development
HEX
#087FAARGB
rgb(8, 127, 170)HSL
hsl(196, 91%, 35%)OKLCH
oklch(0.56 0.112 231.4)CMYK
cmyk(95%, 25%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077299
2#066688
3#065977
4#054C66
5#044055
6#033344
7#022633
8#021922
9#010D11
Tints
Lighter variations
1#0A97CA
2#0BAEEA
3#21BCF5
4#41C6F6
5#61CFF8
6#80D9F9
7#A0E2FB
8#C0ECFC
9#DFF5FE
Tones
Muted variations
1#107BA2
2#18789A
3#207492
4#29708A
5#316C82
6#39687A
7#416572
8#496169
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EC #C0ECFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDD #8FDDFA | BordersInactive statesPlaceholder text |
| 400 | 55CC #55CCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24BD #24BDF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA0 #0AA0D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087F #087FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065B #065B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043A #043A4E | 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: #F0FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0ECFC;
--teal-300: #8FDDFA;
--teal-400: #55CCF7;
--teal-500: #24BDF5;
--teal-600: #0AA0D6;
--teal-700: #087FAA;
--teal-800: #065B7A;
--teal-900: #043A4E;
--teal-950: #022431;
}