Teal
#1E7194
BlueColor Codes
All color formats for development
HEX
#1E7194RGB
rgb(30, 113, 148)HSL
hsl(198, 66%, 35%)OKLCH
oklch(0.517 0.094 231.3)CMYK
cmyk(80%, 24%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6685
2#185A77
3#154F68
4#124459
5#0F384A
6#0C2D3B
7#09222C
8#06171E
9#030B0F
Tints
Lighter variations
1#2486B0
2#2A9BCB
3#3EAAD8
4#5AB6DD
5#75C2E3
6#91CEE8
7#ACDAEE
8#C8E7F4
9#E3F3F9
Tones
Muted variations
1#246E8E
2#2A6C88
3#306A82
4#36677D
5#3C6577
6#426371
7#48606B
8#4D5E65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F2F9;
--teal-200: #C8E7F4;
--teal-300: #9ED4EB;
--teal-400: #6BBDE1;
--teal-500: #41ABD8;
--teal-600: #268EBA;
--teal-700: #1E7194;
--teal-800: #16516A;
--teal-900: #0E3444;
--teal-950: #09202A;
}