Teal
#02567E
BlueColor Codes
All color formats for development
HEX
#02567ERGB
rgb(2, 86, 126)HSL
hsl(199, 97%, 25%)OKLCH
oklch(0.431 0.095 238.5)CMYK
cmyk(98%, 32%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024E71
2#024564
3#013C58
4#01344B
5#012B3F
6#012332
7#011A26
8#001119
9#00090D
Tints
Lighter variations
1#0270A3
2#038AC9
3#04A4EF
4#1DB5FC
5#43C1FC
6#68CEFD
7#8EDAFD
8#B4E6FE
9#D9F3FE
Tones
Muted variations
1#085477
2#0E5271
3#14506B
4#1B4D65
5#214B5F
6#274958
7#2D4752
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 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | 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: #DCF3FE;
--teal-200: #BEEAFE;
--teal-300: #8BD9FD;
--teal-400: #4FC5FC;
--teal-500: #1DB5FC;
--teal-600: #0398DD;
--teal-700: #0379B0;
--teal-800: #02567E;
--teal-900: #013750;
--teal-950: #012332;
}