Teal
#0981AA
BlueColor Codes
All color formats for development
HEX
#0981AARGB
rgb(9, 129, 170)HSL
hsl(195, 90%, 35%)OKLCH
oklch(0.565 0.111 229.8)CMYK
cmyk(95%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087499
2#076888
3#065B77
4#054E66
5#044155
6#043444
7#032733
8#021A22
9#010D11
Tints
Lighter variations
1#0B99C9
2#0CB1E9
3#23BFF3
4#42C8F5
5#62D1F7
6#81DBF8
7#A1E4FA
8#C0EDFC
9#E0F6FD
Tones
Muted variations
1#117DA2
2#19799A
3#217591
4#297189
5#316D81
6#396979
7#416571
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 | 90DF #90DFF9 | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C0 #25C0F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA3 #0BA3D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0981 #0981AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065C #065C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | 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: #F0FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0EDFC;
--teal-300: #90DFF9;
--teal-400: #55CEF6;
--teal-500: #25C0F4;
--teal-600: #0BA3D5;
--teal-700: #0981AA;
--teal-800: #065C79;
--teal-900: #043B4E;
--teal-950: #032530;
}