Teal
#0882AA
BlueColor Codes
All color formats for development
HEX
#0882AARGB
rgb(8, 130, 170)HSL
hsl(195, 91%, 35%)OKLCH
oklch(0.568 0.11 229)CMYK
cmyk(95%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077599
2#066888
3#065B77
4#054E66
5#044155
6#033444
7#022733
8#021A22
9#010D11
Tints
Lighter variations
1#0A9ACA
2#0BB2EA
3#21C0F5
4#41C9F6
5#61D2F8
6#80DBF9
7#A0E4FB
8#C0EDFC
9#DFF6FE
Tones
Muted variations
1#107EA2
2#187A9A
3#207692
4#29728A
5#316E82
6#39697A
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 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0EDFC;
--teal-300: #8FDFFA;
--teal-400: #55CEF7;
--teal-500: #24C0F5;
--teal-600: #0AA3D6;
--teal-700: #0882AA;
--teal-800: #065D7A;
--teal-900: #043B4E;
--teal-950: #022531;
}