Teal
#015B7E
BlueColor Codes
All color formats for development
HEX
#015B7ERGB
rgb(1, 91, 126)HSL
hsl(197, 98%, 25%)OKLCH
oklch(0.444 0.092 233.5)CMYK
cmyk(99%, 28%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015272
2#014965
3#014058
4#01364C
5#012D3F
6#012432
7#001B26
8#001219
9#00090D
Tints
Lighter variations
1#0276A4
2#0291CA
3#02ADF0
4#1CBDFD
5#42C8FD
6#68D3FD
7#8DDEFE
8#B3E9FE
9#D9F4FF
Tones
Muted variations
1#085878
2#0E5572
3#14536B
4#1A5065
5#214D5F
6#274B59
7#2D4852
8#33454C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEC #BDECFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDD #8BDDFE | BordersInactive statesPlaceholder text |
| 400 | 4ECC #4ECCFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CBD #1CBDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02A0 #02A0DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 027F #027FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 015B #015B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013A #013A51 | 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: #DCF5FF;
--teal-200: #BDECFE;
--teal-300: #8BDDFE;
--teal-400: #4ECCFD;
--teal-500: #1CBDFD;
--teal-600: #02A0DE;
--teal-700: #027FB1;
--teal-800: #015B7E;
--teal-900: #013A51;
--teal-950: #012432;
}