Teal
#01557E
BlueColor Codes
All color formats for development
HEX
#01557ERGB
rgb(1, 85, 126)HSL
hsl(200, 98%, 25%)OKLCH
oklch(0.428 0.096 239.3)CMYK
cmyk(99%, 33%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014C72
2#014465
3#013B58
4#01334C
5#012A3F
6#012232
7#001926
8#001119
9#00080D
Tints
Lighter variations
1#026EA4
2#0287CA
3#02A1F0
4#1CB2FD
5#42BFFD
6#68CBFD
7#8DD8FE
8#B3E5FE
9#D9F2FF
Tones
Muted variations
1#085278
2#0E5072
3#144E6B
4#1A4C65
5#214A5F
6#274859
7#2D4652
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 | DCF3 #DCF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD8 #8BD8FE | BordersInactive statesPlaceholder text |
| 400 | 4EC3 #4EC3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB2 #1CB2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0295 #0295DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0276 #0276B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0155 #01557E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013651 | 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: #DCF3FF;
--teal-200: #BDE9FE;
--teal-300: #8BD8FE;
--teal-400: #4EC3FD;
--teal-500: #1CB2FD;
--teal-600: #0295DE;
--teal-700: #0276B1;
--teal-800: #01557E;
--teal-900: #013651;
--teal-950: #012232;
}