Teal
#1D6D95
BlueColor Codes
All color formats for development
HEX
#1D6D95RGB
rgb(29, 109, 149)HSL
hsl(200, 67%, 35%)OKLCH
oklch(0.507 0.097 235.8)CMYK
cmyk(81%, 27%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6286
2#185777
3#154C68
4#124259
5#0F374B
6#0C2C3C
7#09212D
8#06161E
9#030B0F
Tints
Lighter variations
1#2381B1
2#2896CC
3#3DA5D9
4#59B2DE
5#75BFE4
6#90CCE9
7#ACD8EF
8#C8E5F4
9#E3F2FA
Tones
Muted variations
1#236B8F
2#296989
3#2F6783
4#35657D
5#3B6377
6#416171
7#475F6B
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 | C8E5 #C8E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD1 #9DD1EC | BordersInactive statesPlaceholder text |
| 400 | 6ABA #6ABAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA6 #3FA6D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2589 #2589BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154E #154E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3244 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F1F9;
--teal-200: #C8E5F4;
--teal-300: #9DD1EC;
--teal-400: #6ABAE2;
--teal-500: #3FA6D9;
--teal-600: #2589BB;
--teal-700: #1D6D95;
--teal-800: #154E6A;
--teal-900: #0D3244;
--teal-950: #081F2B;
}