Teal
#1F6593
BlueColor Codes
All color formats for development
HEX
#1F6593RGB
rgb(31, 101, 147)HSL
hsl(204, 65%, 35%)OKLCH
oklch(0.486 0.1 242.3)CMYK
cmyk(79%, 31%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5B85
2#195176
3#164767
4#133D58
5#10324A
6#0C283B
7#091E2C
8#06141D
9#030A0F
Tints
Lighter variations
1#2578AF
2#2B8ACA
3#409AD6
4#5BA8DC
5#76B7E2
6#92C5E8
7#ADD4EE
8#C8E2F3
9#E4F1F9
Tones
Muted variations
1#25648D
2#2B6388
3#316182
4#36607C
5#3C5F76
6#425E70
7#485D6B
8#4E5C65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECC #9ECCEA | BordersInactive statesPlaceholder text |
| 400 | 6CB1 #6CB1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 429B #429BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277F #277FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F65 #1F6593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1648 #164869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2E #0E2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FC;
--teal-100: #E2EFF9;
--teal-200: #C8E2F3;
--teal-300: #9ECCEA;
--teal-400: #6CB1E0;
--teal-500: #429BD7;
--teal-600: #277FB9;
--teal-700: #1F6593;
--teal-800: #164869;
--teal-900: #0E2E43;
--teal-950: #091D2A;
}