Teal
#1D6595
BlueColor Codes
All color formats for development
HEX
#1D6595RGB
rgb(29, 101, 149)HSL
hsl(204, 67%, 35%)OKLCH
oklch(0.487 0.103 243)CMYK
cmyk(81%, 32%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5B86
2#185177
3#154768
4#123D59
5#0F334B
6#0C283C
7#091E2D
8#06141E
9#030A0F
Tints
Lighter variations
1#2378B1
2#288BCC
3#3D9BD9
4#59A9DE
5#75B7E4
6#90C6E9
7#ACD4EF
8#C8E2F4
9#E3F1FA
Tones
Muted variations
1#23648F
2#296389
3#2F6283
4#35607D
5#3B5F77
6#415E71
7#475D6B
8#4D5C65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCC #9DCCEC | BordersInactive statesPlaceholder text |
| 400 | 6AB2 #6AB2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9C #3F9CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257F #257FBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1548 #15486A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E44 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FC;
--teal-100: #E1F0F9;
--teal-200: #C8E2F4;
--teal-300: #9DCCEC;
--teal-400: #6AB2E2;
--teal-500: #3F9CD9;
--teal-600: #257FBB;
--teal-700: #1D6595;
--teal-800: #15486A;
--teal-900: #0D2E44;
--teal-950: #081D2B;
}