Teal
#1E7594
BlueColor Codes
All color formats for development
HEX
#1E7594RGB
rgb(30, 117, 148)HSL
hsl(196, 66%, 35%)OKLCH
oklch(0.527 0.092 227.1)CMYK
cmyk(80%, 21%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6985
2#185D77
3#155268
4#124659
5#0F3A4A
6#0C2F3B
7#09232C
8#06171E
9#030C0F
Tints
Lighter variations
1#248AB0
2#2AA0CB
3#3EAFD8
4#5ABADD
5#75C6E3
6#91D1E8
7#ACDDEE
8#C8E8F4
9#E3F4F9
Tones
Muted variations
1#24728E
2#2A6F88
3#306C82
4#366A7D
5#3C6777
6#426471
7#48616B
8#4D5F65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EB | BordersInactive statesPlaceholder text |
| 400 | 6BC1 #6BC1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B0 #41B0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2693 #2693BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E75 #1E7594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #16536A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3544 | 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: #E1F3F9;
--teal-200: #C8E8F4;
--teal-300: #9ED6EB;
--teal-400: #6BC1E1;
--teal-500: #41B0D8;
--teal-600: #2693BA;
--teal-700: #1E7594;
--teal-800: #16536A;
--teal-900: #0E3544;
--teal-950: #09212A;
}