Teal
#1A7599
BlueColor Codes
All color formats for development
HEX
#1A7599RGB
rgb(26, 117, 153)HSL
hsl(197, 71%, 35%)OKLCH
oklch(0.529 0.098 230.4)CMYK
cmyk(83%, 24%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176989
2#155D7A
3#12526B
4#10465C
5#0D3A4C
6#0A2F3D
7#08232E
8#05171F
9#030C0F
Tints
Lighter variations
1#1F8AB5
2#23A0D1
3#39AFDD
4#55BAE2
5#71C6E7
6#8ED1EC
7#AADDF1
8#C6E8F5
9#E3F4FA
Tones
Muted variations
1#207292
2#276F8C
3#2D6C86
4#336A7F
5#3A6779
6#406473
7#46616C
8#4D5F66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD6 #9BD6EE | BordersInactive statesPlaceholder text |
| 400 | 66C1 #66C1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB0 #3BB0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2193 #2193C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A75 #1A7599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1253 #12536D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C35 #0C3546 | 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: #E0F3FA;
--teal-200: #C6E8F5;
--teal-300: #9BD6EE;
--teal-400: #66C1E5;
--teal-500: #3BB0DE;
--teal-600: #2193C0;
--teal-700: #1A7599;
--teal-800: #12536D;
--teal-900: #0C3546;
--teal-950: #07212C;
}