Teal
#005580
BlueColor Codes
All color formats for development
HEX
#005580RGB
rgb(0, 85, 128)HSL
hsl(200, 100%, 25%)OKLCH
oklch(0.429 0.099 240.4)CMYK
cmyk(100%, 34%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004C73
2#004466
3#003B59
4#00334D
5#002A40
6#002233
7#001926
8#00111A
9#00080D
Tints
Lighter variations
1#006EA6
2#0088CC
3#00A1F2
4#1AB2FF
5#40BFFF
6#66CCFF
7#8CD9FF
8#B3E5FF
9#D9F2FF
Tones
Muted variations
1#065379
2#0D5173
3#134F6C
4#194C66
5#204A60
6#264859
7#2D4653
8#33444D
9#394246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DBF3FF;
--teal-200: #BDE9FF;
--teal-300: #8AD8FF;
--teal-400: #4DC3FF;
--teal-500: #1AB2FF;
--teal-600: #0096E0;
--teal-700: #0077B3;
--teal-800: #005580;
--teal-900: #003652;
--teal-950: #002233;
}