Teal
#057EAD
BlueColor Codes
All color formats for development
HEX
#057EADRGB
rgb(5, 126, 173)HSL
hsl(197, 94%, 35%)OKLCH
oklch(0.559 0.116 233.8)CMYK
cmyk(97%, 27%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05719C
2#04648B
3#045879
4#034B68
5#033F57
6#023245
7#022634
8#011923
9#010D11
Tints
Lighter variations
1#0695CD
2#07ACED
3#1EBAF8
4#3EC4F9
5#5ECEFA
6#7ED8FB
7#9FE2FC
8#BFEBFD
9#DFF5FE
Tones
Muted variations
1#0E7AA5
2#16769C
3#1F7394
4#276F8C
5#2F6B83
6#38687B
7#406472
8#48616A
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BFEBFD;
--teal-300: #8DDCFB;
--teal-400: #52CAFA;
--teal-500: #20BBF8;
--teal-600: #079EDA;
--teal-700: #057EAD;
--teal-800: #045A7C;
--teal-900: #02394F;
--teal-950: #022431;
}