Teal
#005980
BlueColor Codes
All color formats for development
HEX
#005980RGB
rgb(0, 89, 128)HSL
hsl(198, 100%, 25%)OKLCH
oklch(0.439 0.096 236.8)CMYK
cmyk(100%, 30%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005073
2#004766
3#003E59
4#00364D
5#002D40
6#002433
7#001B26
8#00121A
9#00090D
Tints
Lighter variations
1#0074A6
2#008FCC
3#00AAF2
4#1ABAFF
5#40C6FF
6#66D1FF
7#8CDDFF
8#B3E8FF
9#D9F4FF
Tones
Muted variations
1#065779
2#0D5473
3#13526C
4#194F66
5#204C60
6#264A59
7#2D4753
8#33454D
9#394246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DBF4FF;
--teal-200: #BDEBFF;
--teal-300: #8ADCFF;
--teal-400: #4DC9FF;
--teal-500: #1ABAFF;
--teal-600: #009DE0;
--teal-700: #007DB3;
--teal-800: #005980;
--teal-900: #003952;
--teal-950: #002433;
}