Teal
#0578AD
BlueColor Codes
All color formats for development
HEX
#0578ADRGB
rgb(5, 120, 173)HSL
hsl(199, 94%, 35%)OKLCH
oklch(0.544 0.12 238.3)CMYK
cmyk(97%, 31%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056C9C
2#04608B
3#045479
4#034868
5#033C57
6#023045
7#022434
8#011823
9#010C11
Tints
Lighter variations
1#068ECD
2#07A5ED
3#1EB3F8
4#3EBEF9
5#5EC9FA
6#7ED4FB
7#9FDEFC
8#BFE9FD
9#DFF4FE
Tones
Muted variations
1#0E75A5
2#16729C
3#1F6F94
4#276C8C
5#2F6983
6#38667B
7#406272
8#485F6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FB | BordersInactive statesPlaceholder text |
| 400 | 52C5 #52C5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B4 #20B4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0797 #0797DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0578 #0578AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0456 #04567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #02374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BFE9FD;
--teal-300: #8DD9FB;
--teal-400: #52C5FA;
--teal-500: #20B4F8;
--teal-600: #0797DA;
--teal-700: #0578AD;
--teal-800: #04567C;
--teal-900: #02374F;
--teal-950: #022231;
}