Teal
#047EAE
BlueColor Codes
All color formats for development
HEX
#047EAERGB
rgb(4, 126, 174)HSL
hsl(197, 96%, 35%)OKLCH
oklch(0.559 0.117 234.4)CMYK
cmyk(98%, 28%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03729D
2#03658C
3#02587A
4#024C69
5#023F57
6#013346
7#012634
8#011923
9#000D11
Tints
Lighter variations
1#0496CF
2#05ADF0
3#1CBBFA
4#3CC5FB
5#5DCFFC
6#7DD8FC
7#9EE2FD
8#BEECFE
9#DFF5FE
Tones
Muted variations
1#0C7BA6
2#15779E
3#1D7395
4#26708D
5#2E6C84
6#37687C
7#406473
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 | BEEC #BEECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CDD #8CDDFD | BordersInactive statesPlaceholder text |
| 400 | 50CB #50CBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EBC #1EBCFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 049F #049FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047E #047EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035A #035A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023A #023A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FE;
--teal-200: #BEECFE;
--teal-300: #8CDDFD;
--teal-400: #50CBFB;
--teal-500: #1EBCFA;
--teal-600: #049FDC;
--teal-700: #047EAF;
--teal-800: #035A7D;
--teal-900: #023A50;
--teal-950: #012432;
}