Teal
#006080
BlueColor Codes
All color formats for development
HEX
#006080RGB
rgb(0, 96, 128)HSL
hsl(195, 100%, 25%)OKLCH
oklch(0.458 0.091 229.8)CMYK
cmyk(100%, 25%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005673
2#004D66
3#004359
4#00394D
5#003040
6#002633
7#001D26
8#00131A
9#000A0D
Tints
Lighter variations
1#007CA6
2#0099CC
3#00B6F2
4#1AC6FF
5#40CFFF
6#66D9FF
7#8CE2FF
8#B3ECFF
9#D9F5FF
Tones
Muted variations
1#065C79
2#0D5973
3#13566C
4#195366
5#205060
6#264D59
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 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF6FF;
--teal-200: #BDEEFF;
--teal-300: #8AE2FF;
--teal-400: #4DD2FF;
--teal-500: #1AC6FF;
--teal-600: #00A8E0;
--teal-700: #0086B3;
--teal-800: #006080;
--teal-900: #003D52;
--teal-950: #002633;
}