Teal
#0479AF
BlueColor Codes
All color formats for development
HEX
#0479AFRGB
rgb(4, 121, 175)HSL
hsl(199, 96%, 35%)OKLCH
oklch(0.548 0.121 238.5)CMYK
cmyk(98%, 31%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036D9D
2#03618C
3#02547A
4#024869
5#023C57
6#013046
7#012434
8#011823
9#000C11
Tints
Lighter variations
1#048FCF
2#05A5F0
3#1CB4FA
4#3CBFFB
5#5DC9FC
6#7DD4FC
7#9EDFFD
8#BEEAFE
9#DFF4FE
Tones
Muted variations
1#0C76A6
2#15729E
3#1D6F95
4#266C8D
5#2E6984
6#37667C
7#406373
8#48606A
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 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD9 #8CD9FD | BordersInactive statesPlaceholder text |
| 400 | 50C5 #50C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB5 #1EB5FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0498 #0498DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0479 #0479AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BEEAFE;
--teal-300: #8CD9FD;
--teal-400: #50C5FB;
--teal-500: #1EB5FA;
--teal-600: #0498DC;
--teal-700: #0479AF;
--teal-800: #03567D;
--teal-900: #023750;
--teal-950: #012232;
}