Teal
#0484AE
BlueColor Codes
All color formats for development
HEX
#0484AERGB
rgb(4, 132, 174)HSL
hsl(195, 96%, 35%)OKLCH
oklch(0.574 0.113 229.7)CMYK
cmyk(98%, 24%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03779D
2#036A8C
3#025C7A
4#024F69
5#024257
6#013546
7#012834
8#011A23
9#000D11
Tints
Lighter variations
1#049DCF
2#05B5F0
3#1CC3FA
4#3CCBFB
5#5DD4FC
6#7DDDFC
7#9EE5FD
8#BEEEFE
9#DFF6FE
Tones
Muted variations
1#0C80A6
2#157C9E
3#1D7795
4#26738D
5#2E6F84
6#376A7C
7#406673
8#48626A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE1 #8CE1FD | BordersInactive statesPlaceholder text |
| 400 | 50D1 #50D1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC3 #1EC3FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04A6 #04A6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0484 #0484AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035E #035E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEEFE;
--teal-300: #8CE1FD;
--teal-400: #50D1FB;
--teal-500: #1EC3FA;
--teal-600: #04A6DC;
--teal-700: #0484AF;
--teal-800: #035E7D;
--teal-900: #023C50;
--teal-950: #012632;
}