Teal
#0481AF
BlueColor Codes
All color formats for development
HEX
#0481AFRGB
rgb(4, 129, 175)HSL
hsl(196, 96%, 35%)OKLCH
oklch(0.567 0.116 232.6)CMYK
cmyk(98%, 26%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03749D
2#03678C
3#025A7A
4#024E69
5#024157
6#013446
7#012734
8#011A23
9#000D11
Tints
Lighter variations
1#0499CF
2#05B1F0
3#1CBFFA
4#3CC8FB
5#5DD1FC
6#7DDAFC
7#9EE4FD
8#BEEDFE
9#DFF6FE
Tones
Muted variations
1#0C7DA6
2#15799E
3#1D7595
4#26718D
5#2E6D84
6#37697C
7#406573
8#48616A
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEED #BEEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDF #8CDFFD | BordersInactive statesPlaceholder text |
| 400 | 50CE #50CEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC0 #1EC0FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04A2 #04A2DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0481 #0481AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035C #035C7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0125 #012532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FE;
--teal-200: #BEEDFE;
--teal-300: #8CDFFD;
--teal-400: #50CEFB;
--teal-500: #1EC0FA;
--teal-600: #04A2DC;
--teal-700: #0481AF;
--teal-800: #035C7D;
--teal-900: #023B50;
--teal-950: #012532;
}