Teal
#1F7493
BlueColor Codes
All color formats for development
HEX
#1F7493RGB
rgb(31, 116, 147)HSL
hsl(196, 65%, 35%)OKLCH
oklch(0.524 0.091 227.5)CMYK
cmyk(79%, 21%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6985
2#195D76
3#165167
4#134658
5#103A4A
6#0C2F3B
7#09232C
8#06171D
9#030C0F
Tints
Lighter variations
1#258AAF
2#2BA0CA
3#40AED6
4#5BBADC
5#76C5E2
6#92D1E8
7#ADDCEE
8#C8E8F3
9#E4F3F9
Tones
Muted variations
1#25728D
2#2B6F88
3#316C82
4#36697C
5#3C6776
6#426470
7#48616B
8#4E5F65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EA | BordersInactive statesPlaceholder text |
| 400 | 6CC1 #6CC1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AF #42AFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2792 #2792B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F74 #1F7493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #165369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFC;
--teal-100: #E2F3F9;
--teal-200: #C8E8F3;
--teal-300: #9ED6EA;
--teal-400: #6CC1E0;
--teal-500: #42AFD7;
--teal-600: #2792B9;
--teal-700: #1F7493;
--teal-800: #165369;
--teal-900: #0E3543;
--teal-950: #09212A;
}