Teal
#1D6B95
BlueColor Codes
All color formats for development
HEX
#1D6B95RGB
rgb(29, 107, 149)HSL
hsl(201, 67%, 35%)OKLCH
oklch(0.502 0.099 237.7)CMYK
cmyk(81%, 28%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6086
2#185677
3#154B68
4#124059
5#0F364B
6#0C2B3C
7#09202D
8#06151E
9#030B0F
Tints
Lighter variations
1#237FB1
2#2893CC
3#3DA2D9
4#59B0DE
5#75BDE4
6#90CAE9
7#ACD7EF
8#C8E5F4
9#E3F2FA
Tones
Muted variations
1#23698F
2#296889
3#2F6683
4#35647D
5#3B6277
6#416071
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 | 9DD0 #9DD0EC | BordersInactive statesPlaceholder text |
| 400 | 6AB8 #6AB8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA3 #3FA3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2587 #2587BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6B #1D6B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154D #154D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3144 | 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: #9DD0EC;
--teal-400: #6AB8E2;
--teal-500: #3FA3D9;
--teal-600: #2587BB;
--teal-700: #1D6B95;
--teal-800: #154D6A;
--teal-900: #0D3144;
--teal-950: #081F2B;
}