Teal
#1D6B96
BlueColor Codes
All color formats for development
HEX
#1D6B96RGB
rgb(29, 107, 150)HSL
hsl(201, 68%, 35%)OKLCH
oklch(0.503 0.1 238.3)CMYK
cmyk(81%, 29%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6187
2#175678
3#144B69
4#11405A
5#0E364B
6#0B2B3C
7#09202D
8#06151E
9#030B0F
Tints
Lighter variations
1#227FB2
2#2793CE
3#3CA3DA
4#58B0DF
5#74BDE4
6#90CAEA
7#ABD7EF
8#C7E5F4
9#E3F2FA
Tones
Muted variations
1#236A90
2#29688A
3#2F6684
4#35647E
5#3B6278
6#416172
7#475F6B
8#4D5D65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0EC | BordersInactive statesPlaceholder text |
| 400 | 69B8 #69B8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA4 #3EA4DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2487 #2487BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6B #1D6B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | 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: #F2F9FD;
--teal-100: #E1F1F9;
--teal-200: #C7E5F4;
--teal-300: #9CD0EC;
--teal-400: #69B8E2;
--teal-500: #3EA4DA;
--teal-600: #2487BC;
--teal-700: #1D6B96;
--teal-800: #144D6B;
--teal-900: #0D3145;
--teal-950: #081F2B;
}