Teal
#02587E
BlueColor Codes
All color formats for development
HEX
#02587ERGB
rgb(2, 88, 126)HSL
hsl(198, 97%, 25%)OKLCH
oklch(0.436 0.094 236.6)CMYK
cmyk(98%, 30%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#025071
2#024764
3#013E58
4#01354B
5#012C3F
6#012332
7#011B26
8#001219
9#00090D
Tints
Lighter variations
1#0273A3
2#038EC9
3#04A8EF
4#1DB9FC
5#43C4FC
6#68D0FD
7#8EDCFD
8#B4E8FE
9#D9F3FE
Tones
Muted variations
1#085677
2#0E5471
3#14516B
4#1B4F65
5#214C5F
6#274A58
7#2D4752
8#33454C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | 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: #DCF4FE;
--teal-200: #BEEBFE;
--teal-300: #8BDBFD;
--teal-400: #4FC8FC;
--teal-500: #1DB9FC;
--teal-600: #039CDD;
--teal-700: #037CB0;
--teal-800: #02587E;
--teal-900: #013950;
--teal-950: #012332;
}