Teal
#005E80
BlueColor Codes
All color formats for development
HEX
#005E80RGB
rgb(0, 94, 128)HSL
hsl(196, 100%, 25%)OKLCH
oklch(0.453 0.092 231.9)CMYK
cmyk(100%, 27%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005473
2#004B66
3#004159
4#00384D
5#002F40
6#002533
7#001C26
8#00131A
9#00090D
Tints
Lighter variations
1#007AA6
2#0096CC
3#00B2F2
4#1AC2FF
5#40CCFF
6#66D6FF
7#8CE0FF
8#B3EBFF
9#D9F5FF
Tones
Muted variations
1#065B79
2#0D5873
3#13556C
4#195266
5#204F60
6#264C59
7#2D4953
8#33464D
9#394346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF5FF;
--teal-200: #BDEDFF;
--teal-300: #8AE0FF;
--teal-400: #4DCFFF;
--teal-500: #1AC2FF;
--teal-600: #00A5E0;
--teal-700: #0083B3;
--teal-800: #005E80;
--teal-900: #003C52;
--teal-950: #002533;
}