Teal
#04557B
BlueColor Codes
All color formats for development
HEX
#04557BRGB
rgb(4, 85, 123)HSL
hsl(199, 94%, 25%)OKLCH
oklch(0.427 0.092 237.7)CMYK
cmyk(97%, 31%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034D6F
2#034563
3#033C57
4#02334A
5#022B3E
6#022231
7#011A25
8#011119
9#00090C
Tints
Lighter variations
1#056FA1
2#0689C6
3#07A3EB
4#20B4F8
5#45C0F9
6#6BCDFA
7#90D9FC
8#B5E6FD
9#DAF2FE
Tones
Muted variations
1#0A5476
2#105170
3#164F6A
4#1C4D64
5#224B5E
6#284958
7#2E4652
8#34444C
9#3A4246
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;
}