Teal
#0974AA
BlueColor Codes
All color formats for development
HEX
#0974AARGB
rgb(9, 116, 170)HSL
hsl(200, 90%, 35%)OKLCH
oklch(0.533 0.119 239.8)CMYK
cmyk(95%, 32%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086899
2#075D88
3#065177
4#054666
5#043A55
6#042E44
7#032333
8#021722
9#010C11
Tints
Lighter variations
1#0B8AC9
2#0C9FE9
3#23AEF3
4#42B9F5
5#62C5F7
6#81D1F8
7#A1DCFA
8#C0E8FC
9#E0F3FD
Tones
Muted variations
1#1171A2
2#196F9A
3#216C91
4#296989
5#316781
6#396479
7#416171
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 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D6 #90D6F9 | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AF #25AFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B92 #0B92D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0974 #0974AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #065379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E8FC;
--teal-300: #90D6F9;
--teal-400: #55C1F6;
--teal-500: #25AFF4;
--teal-600: #0B92D5;
--teal-700: #0974AA;
--teal-800: #065379;
--teal-900: #04354E;
--teal-950: #032130;
}