Teal
#1D7595
BlueColor Codes
All color formats for development
HEX
#1D7595RGB
rgb(29, 117, 149)HSL
hsl(196, 67%, 35%)OKLCH
oklch(0.527 0.093 227.8)CMYK
cmyk(81%, 21%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6986
2#185E77
3#155268
4#124659
5#0F3B4B
6#0C2F3C
7#09232D
8#06171E
9#030C0F
Tints
Lighter variations
1#238BB1
2#28A1CC
3#3DAFD9
4#59BBDE
5#75C6E4
6#90D1E9
7#ACDDEF
8#C8E8F4
9#E3F4FA
Tones
Muted variations
1#23728F
2#297089
3#2F6D83
4#356A7D
5#3B6777
6#416471
7#47626B
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 | 9DD7 #9DD7EC | BordersInactive statesPlaceholder text |
| 400 | 6AC2 #6AC2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB0 #3FB0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2593 #2593BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D75 #1D7595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1554 #15546A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | 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: #9DD7EC;
--teal-400: #6AC2E2;
--teal-500: #3FB0D9;
--teal-600: #2593BB;
--teal-700: #1D7595;
--teal-800: #15546A;
--teal-900: #0D3644;
--teal-950: #08212B;
}