Teal
#015D7E
BlueColor Codes
All color formats for development
HEX
#015D7ERGB
rgb(1, 93, 126)HSL
hsl(196, 98%, 25%)OKLCH
oklch(0.449 0.091 231.4)CMYK
cmyk(99%, 26%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#015472
2#014A65
3#014158
4#01384C
5#012E3F
6#012532
7#001C26
8#001319
9#00090D
Tints
Lighter variations
1#0279A4
2#0295CA
3#02B1F0
4#1CC1FD
5#42CBFD
6#68D5FD
7#8DE0FE
8#B3EAFE
9#D9F5FF
Tones
Muted variations
1#085A78
2#0E5772
3#14546B
4#1A5165
5#214E5F
6#274B59
7#2D4852
8#33464C
9#3A4346
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 | BDED #BDEDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDF #8BDFFE | BordersInactive statesPlaceholder text |
| 400 | 4ECF #4ECFFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC1 #1CC1FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02A4 #02A4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0282 #0282B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 015D #015D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013B #013B51 | Primary textHigh emphasis contentDark headings |
| 950 | 0125 #012532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FF;
--teal-200: #BDEDFE;
--teal-300: #8BDFFE;
--teal-400: #4ECFFD;
--teal-500: #1CC1FD;
--teal-600: #02A4DE;
--teal-700: #0282B1;
--teal-800: #015D7E;
--teal-900: #013B51;
--teal-950: #012532;
}