Teal
#1E6794
BlueColor Codes
All color formats for development
HEX
#1E6794RGB
rgb(30, 103, 148)HSL
hsl(203, 66%, 35%)OKLCH
oklch(0.492 0.1 240.9)CMYK
cmyk(80%, 30%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5D85
2#185277
3#154868
4#123E59
5#0F334A
6#0C293B
7#091F2C
8#06151E
9#030A0F
Tints
Lighter variations
1#247AB0
2#2A8DCB
3#3E9DD8
4#5AABDD
5#75B9E3
6#91C7E8
7#ACD5EE
8#C8E3F4
9#E3F1F9
Tones
Muted variations
1#24668E
2#2A6488
3#306382
4#36617D
5#3C6077
6#425F71
7#485D6B
8#4D5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F0F9;
--teal-200: #C8E3F4;
--teal-300: #9ECDEB;
--teal-400: #6BB3E1;
--teal-500: #419ED8;
--teal-600: #2681BA;
--teal-700: #1E6794;
--teal-800: #164A6A;
--teal-900: #0E2F44;
--teal-950: #091D2A;
}