Teal
#1E7394
BlueColor Codes
All color formats for development
HEX
#1E7394RGB
rgb(30, 115, 148)HSL
hsl(197, 66%, 35%)OKLCH
oklch(0.522 0.093 229.2)CMYK
cmyk(80%, 22%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6785
2#185C77
3#155068
4#124559
5#0F394A
6#0C2E3B
7#09222C
8#06171E
9#030B0F
Tints
Lighter variations
1#2488B0
2#2A9DCB
3#3EACD8
4#5AB8DD
5#75C4E3
6#91D0E8
7#ACDBEE
8#C8E7F4
9#E3F3F9
Tones
Muted variations
1#24708E
2#2A6E88
3#306B82
4#36697D
5#3C6677
6#426371
7#48616B
8#4D5E65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED5 #9ED5EB | BordersInactive statesPlaceholder text |
| 400 | 6BBF #6BBFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AD #41ADD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2690 #2690BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E73 #1E7394 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1652 #16526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | 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: #E1F2F9;
--teal-200: #C8E7F4;
--teal-300: #9ED5EB;
--teal-400: #6BBFE1;
--teal-500: #41ADD8;
--teal-600: #2690BA;
--teal-700: #1E7394;
--teal-800: #16526A;
--teal-900: #0E3444;
--teal-950: #09212A;
}