Teal
#1E6B94
BlueColor Codes
All color formats for development
HEX
#1E6B94RGB
rgb(30, 107, 148)HSL
hsl(201, 66%, 35%)OKLCH
oklch(0.502 0.097 237.2)CMYK
cmyk(80%, 28%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6085
2#185677
3#154B68
4#124059
5#0F354A
6#0C2B3B
7#09202C
8#06151E
9#030B0F
Tints
Lighter variations
1#247FB0
2#2A93CB
3#3EA2D8
4#5AAFDD
5#75BDE3
6#91CAE8
7#ACD7EE
8#C8E4F4
9#E3F2F9
Tones
Muted variations
1#24698E
2#2A6788
3#306682
4#36647D
5#3C6277
6#426071
7#485F6B
8#4D5D65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F1F9;
--teal-200: #C8E4F4;
--teal-300: #9ED0EB;
--teal-400: #6BB7E1;
--teal-500: #41A3D8;
--teal-600: #2686BA;
--teal-700: #1E6B94;
--teal-800: #164C6A;
--teal-900: #0E3144;
--teal-950: #091F2A;
}