Teal
#0A81A9
BlueColor Codes
All color formats for development
HEX
#0A81A9RGB
rgb(10, 129, 169)HSL
hsl(195, 89%, 35%)OKLCH
oklch(0.565 0.11 229.3)CMYK
cmyk(94%, 24%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097498
2#086787
3#075A76
4#064D65
5#054054
6#043443
7#032733
8#021A22
9#010D11
Tints
Lighter variations
1#0C99C8
2#0DB1E7
3#24BFF2
4#43C8F4
5#62D1F6
6#82DAF8
7#A1E3FA
8#C0EDFB
9#E0F6FD
Tones
Muted variations
1#127DA1
2#1A7999
3#227591
4#2A7189
5#326D81
6#396979
7#416571
8#496169
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DE #90DEF9 | BordersInactive statesPlaceholder text |
| 400 | 56CD #56CDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26BF #26BFF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA2 #0CA2D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A81 #0A81A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 075C #075C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0EDFB;
--teal-300: #90DEF9;
--teal-400: #56CDF5;
--teal-500: #26BFF2;
--teal-600: #0CA2D4;
--teal-700: #0A81A9;
--teal-800: #075C78;
--teal-900: #043B4D;
--teal-950: #032530;
}