Teal
#1C7497
BlueColor Codes
All color formats for development
HEX
#1C7497RGB
rgb(28, 116, 151)HSL
hsl(197, 69%, 35%)OKLCH
oklch(0.526 0.096 230.2)CMYK
cmyk(81%, 23%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196888
2#165D79
3#13516A
4#11465A
5#0E3A4B
6#0B2E3C
7#08232D
8#06171E
9#030C0F
Tints
Lighter variations
1#2189B3
2#269FCF
3#3BAEDB
4#57B9E0
5#73C5E5
6#8FD1EA
7#ABDCF0
8#C7E8F5
9#E3F3FA
Tones
Muted variations
1#227191
2#286F8B
3#2E6C84
4#34697E
5#3A6778
6#416472
7#47616C
8#4D5F66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6ED | BordersInactive statesPlaceholder text |
| 400 | 68C0 #68C0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAF #3DAFDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2392 #2392BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C74 #1C7497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F2F9;
--teal-200: #C7E8F5;
--teal-300: #9CD6ED;
--teal-400: #68C0E3;
--teal-500: #3DAFDB;
--teal-600: #2392BE;
--teal-700: #1C7497;
--teal-800: #14536C;
--teal-900: #0D3545;
--teal-950: #08212B;
}