Teal
#057BAD
BlueColor Codes
All color formats for development
HEX
#057BADRGB
rgb(5, 123, 173)HSL
hsl(198, 94%, 35%)OKLCH
oklch(0.551 0.118 236.1)CMYK
cmyk(97%, 29%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056F9C
2#04628B
3#045679
4#034A68
5#033D57
6#023145
7#022534
8#011923
9#010C11
Tints
Lighter variations
1#0692CD
2#07A8ED
3#1EB7F8
4#3EC1F9
5#5ECBFA
6#7ED6FB
7#9FE0FC
8#BFEAFD
9#DFF5FE
Tones
Muted variations
1#0E77A5
2#16749C
3#1F7194
4#276D8C
5#2F6A83
6#38677B
7#406372
8#48606A
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 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BFEAFD;
--teal-300: #8DDAFB;
--teal-400: #52C7FA;
--teal-500: #20B7F8;
--teal-600: #079ADA;
--teal-700: #057BAD;
--teal-800: #04587C;
--teal-900: #02384F;
--teal-950: #022331;
}