Teal
#01527E
BlueColor Codes
All color formats for development
HEX
#01527ERGB
rgb(1, 82, 126)HSL
hsl(201, 98%, 25%)OKLCH
oklch(0.42 0.099 242)CMYK
cmyk(99%, 35%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014A72
2#014265
3#013A58
4#01314C
5#01293F
6#012132
7#001926
8#001019
9#00080D
Tints
Lighter variations
1#026BA4
2#0284CA
3#029DF0
4#1CAEFD
5#42BBFD
6#68C9FD
7#8DD6FE
8#B3E4FE
9#D9F1FF
Tones
Muted variations
1#085178
2#0E4F72
3#144D6B
4#1A4B65
5#21495F
6#274759
7#2D4552
8#33434C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD6 #8BD6FE | BordersInactive statesPlaceholder text |
| 400 | 4EC0 #4EC0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAE #1CAEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0291 #0291DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0273 #0273B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0152 #01527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013551 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF2FF;
--teal-200: #BDE8FE;
--teal-300: #8BD6FE;
--teal-400: #4EC0FD;
--teal-500: #1CAEFD;
--teal-600: #0291DE;
--teal-700: #0273B1;
--teal-800: #01527E;
--teal-900: #013551;
--teal-950: #012132;
}