Teal
#1A7099
BlueColor Codes
All color formats for development
HEX
#1A7099RGB
rgb(26, 112, 153)HSL
hsl(199, 71%, 35%)OKLCH
oklch(0.516 0.1 235.2)CMYK
cmyk(83%, 27%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176589
2#155A7A
3#124F6B
4#10435C
5#0D384C
6#0A2D3D
7#08222E
8#05161F
9#030B0F
Tints
Lighter variations
1#1F85B5
2#239AD1
3#39A9DD
4#55B5E2
5#71C2E7
6#8ECEEC
7#AADAF1
8#C6E6F5
9#E3F3FA
Tones
Muted variations
1#206E92
2#276C8C
3#2D6A86
4#33677F
5#3A6579
6#406373
7#46606C
8#4D5E66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD4 #9BD4EE | BordersInactive statesPlaceholder text |
| 400 | 66BD #66BDE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BAA #3BAADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 218D #218DC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A70 #1A7099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1250 #12506D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C33 #0C3346 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F2FA;
--teal-200: #C6E6F5;
--teal-300: #9BD4EE;
--teal-400: #66BDE5;
--teal-500: #3BAADE;
--teal-600: #218DC0;
--teal-700: #1A7099;
--teal-800: #12506D;
--teal-900: #0C3346;
--teal-950: #07202C;
}