Teal
#02547E
BlueColor Codes
All color formats for development
HEX
#02547ERGB
rgb(2, 84, 126)HSL
hsl(200, 97%, 25%)OKLCH
oklch(0.426 0.097 240.3)CMYK
cmyk(98%, 33%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024C71
2#024364
3#013B58
4#01334B
5#012A3F
6#012232
7#011926
8#001119
9#00080D
Tints
Lighter variations
1#026EA3
2#0387C9
3#04A0EF
4#1DB1FC
5#43BEFC
6#68CBFD
7#8ED8FD
8#B4E5FE
9#D9F2FE
Tones
Muted variations
1#085277
2#0E5071
3#144E6B
4#1B4C65
5#214A5F
6#274858
7#2D4652
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 | BEE9 #BEE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD7 #8BD7FD | BordersInactive statesPlaceholder text |
| 400 | 4FC3 #4FC3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB1 #1DB1FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0394 #0394DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0376 #0376B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0254 #02547E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF3FE;
--teal-200: #BEE9FE;
--teal-300: #8BD7FD;
--teal-400: #4FC3FC;
--teal-500: #1DB1FC;
--teal-600: #0394DD;
--teal-700: #0376B0;
--teal-800: #02547E;
--teal-900: #013650;
--teal-950: #012232;
}