Teal
#0977AA
BlueColor Codes
All color formats for development
HEX
#0977AARGB
rgb(9, 119, 170)HSL
hsl(199, 90%, 35%)OKLCH
oklch(0.54 0.117 237.7)CMYK
cmyk(95%, 30%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B99
2#075F88
3#065377
4#054766
5#043B55
6#042F44
7#032433
8#021822
9#010C11
Tints
Lighter variations
1#0B8DC9
2#0CA3E9
3#23B1F3
4#42BCF5
5#62C7F7
6#81D3F8
7#A1DEFA
8#C0E9FC
9#E0F4FD
Tones
Muted variations
1#1174A2
2#19719A
3#216E91
4#296B89
5#316881
6#396579
7#416271
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 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D8 #90D8F9 | BordersInactive statesPlaceholder text |
| 400 | 55C3 #55C3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B2 #25B2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B95 #0B95D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0977 #0977AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #065579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E9FC;
--teal-300: #90D8F9;
--teal-400: #55C3F6;
--teal-500: #25B2F4;
--teal-600: #0B95D5;
--teal-700: #0977AA;
--teal-800: #065579;
--teal-900: #04364E;
--teal-950: #032230;
}