Teal
#1D7195
BlueColor Codes
All color formats for development
HEX
#1D7195RGB
rgb(29, 113, 149)HSL
hsl(198, 67%, 35%)OKLCH
oklch(0.517 0.095 231.9)CMYK
cmyk(81%, 24%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6686
2#185B77
3#154F68
4#124459
5#0F394B
6#0C2D3C
7#09222D
8#06171E
9#030B0F
Tints
Lighter variations
1#2386B1
2#289BCC
3#3DAAD9
4#59B6DE
5#75C2E4
6#90CEE9
7#ACDBEF
8#C8E7F4
9#E3F3FA
Tones
Muted variations
1#236F8F
2#296C89
3#2F6A83
4#35687D
5#3B6577
6#416371
7#47606B
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 | 9DD4 #9DD4EC | BordersInactive statesPlaceholder text |
| 400 | 6ABE #6ABEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAB #3FABD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 258E #258EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D71 #1D7195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1551 #15516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | 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: #9DD4EC;
--teal-400: #6ABEE2;
--teal-500: #3FABD9;
--teal-600: #258EBB;
--teal-700: #1D7195;
--teal-800: #15516A;
--teal-900: #0D3444;
--teal-950: #08202B;
}