Teal
#1D6D96
BlueColor Codes
All color formats for development
HEX
#1D6D96RGB
rgb(29, 109, 150)HSL
hsl(200, 68%, 35%)OKLCH
oklch(0.508 0.098 236.4)CMYK
cmyk(81%, 27%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6387
2#175878
3#144D69
4#11425A
5#0E374B
6#0B2C3C
7#09212D
8#06161E
9#030B0F
Tints
Lighter variations
1#2282B2
2#2796CE
3#3CA5DA
4#58B2DF
5#74BFE4
6#90CCEA
7#ABD9EF
8#C7E5F4
9#E3F2FA
Tones
Muted variations
1#236B90
2#29698A
3#2F6784
4#35657E
5#3B6378
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 | 9CD2 #9CD2EC | BordersInactive statesPlaceholder text |
| 400 | 69BA #69BAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA6 #3EA6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248A #248ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | 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: #9CD2EC;
--teal-400: #69BAE2;
--teal-500: #3EA6DA;
--teal-600: #248ABC;
--teal-700: #1D6D96;
--teal-800: #144E6B;
--teal-900: #0D3245;
--teal-950: #081F2B;
}