Teal
#01577E
BlueColor Codes
All color formats for development
HEX
#01577ERGB
rgb(1, 87, 126)HSL
hsl(199, 98%, 25%)OKLCH
oklch(0.433 0.095 237.4)CMYK
cmyk(99%, 31%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014E72
2#014565
3#013D58
4#01344C
5#012B3F
6#012332
7#001A26
8#001119
9#00090D
Tints
Lighter variations
1#0271A4
2#028BCA
3#02A5F0
4#1CB5FD
5#42C2FD
6#68CEFD
7#8DDAFE
8#B3E6FE
9#D9F3FF
Tones
Muted variations
1#085478
2#0E5272
3#14506B
4#1A4D65
5#214B5F
6#274959
7#2D4752
8#33444C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FE | BordersInactive statesPlaceholder text |
| 400 | 4EC6 #4EC6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB5 #1CB5FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0299 #0299DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0279 #0279B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0157 #01577E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013751 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FF;
--teal-200: #BDEAFE;
--teal-300: #8BD9FE;
--teal-400: #4EC6FD;
--teal-500: #1CB5FD;
--teal-600: #0299DE;
--teal-700: #0279B1;
--teal-800: #01577E;
--teal-900: #013751;
--teal-950: #012332;
}