Teal
#04547C
BlueColor Codes
All color formats for development
HEX
#04547CRGB
rgb(4, 84, 124)HSL
hsl(200, 94%, 25%)OKLCH
oklch(0.425 0.094 239.3)CMYK
cmyk(97%, 32%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034B6F
2#034363
3#033B57
4#02324A
5#022A3E
6#022131
7#011925
8#011119
9#00080C
Tints
Lighter variations
1#056DA1
2#0686C6
3#079FEB
4#20B0F8
5#45BDF9
6#6BCAFA
7#90D8FC
8#B5E5FD
9#DAF2FE
Tones
Muted variations
1#0A5276
2#105070
3#164E6A
4#1C4C64
5#224A5E
6#284858
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 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FB | BordersInactive statesPlaceholder text |
| 400 | 52C2 #52C2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B0 #20B0F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0793 #0793DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0575 #0575AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #02364F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BFE8FD;
--teal-300: #8DD7FB;
--teal-400: #52C2FA;
--teal-500: #20B0F8;
--teal-600: #0793DA;
--teal-700: #0575AD;
--teal-800: #04547C;
--teal-900: #02364F;
--teal-950: #022131;
}