Teal
#1A7399
BlueColor Codes
All color formats for development
HEX
#1A7399RGB
rgb(26, 115, 153)HSL
hsl(198, 71%, 35%)OKLCH
oklch(0.524 0.099 232.3)CMYK
cmyk(83%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176789
2#155C7A
3#12506B
4#10455C
5#0D394C
6#0A2E3D
7#08222E
8#05171F
9#030B0F
Tints
Lighter variations
1#1F88B5
2#239DD1
3#39ACDD
4#55B8E2
5#71C4E7
6#8ED0EC
7#AADBF1
8#C6E7F5
9#E3F3FA
Tones
Muted variations
1#207092
2#276E8C
3#2D6B86
4#33687F
5#3A6679
6#406373
7#46616C
8#4D5E66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD5 #9BD5EE | BordersInactive statesPlaceholder text |
| 400 | 66BF #66BFE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BAD #3BADDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2190 #2190C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A73 #1A7399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1252 #12526D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C34 #0C3446 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F2FA;
--teal-200: #C6E7F5;
--teal-300: #9BD5EE;
--teal-400: #66BFE5;
--teal-500: #3BADDE;
--teal-600: #2190C0;
--teal-700: #1A7399;
--teal-800: #12526D;
--teal-900: #0C3446;
--teal-950: #07212C;
}