Teal
#1D6796
BlueColor Codes
All color formats for development
HEX
#1D6796RGB
rgb(29, 103, 150)HSL
hsl(203, 68%, 35%)OKLCH
oklch(0.493 0.103 241.8)CMYK
cmyk(81%, 31%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5D87
2#175378
3#144869
4#113E5A
5#0E344B
6#0B293C
7#091F2D
8#06151E
9#030A0F
Tints
Lighter variations
1#227BB2
2#278ECE
3#3C9DDA
4#58ABDF
5#74B9E4
6#90C7EA
7#ABD5EF
8#C7E3F4
9#E3F1FA
Tones
Muted variations
1#236690
2#29658A
3#2F6384
4#35627E
5#3B6078
6#415F72
7#475D6B
8#4D5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEEC | BordersInactive statesPlaceholder text |
| 400 | 69B4 #69B4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9E #3E9EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2482 #2482BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F0F9;
--teal-200: #C7E3F4;
--teal-300: #9CCEEC;
--teal-400: #69B4E2;
--teal-500: #3E9EDA;
--teal-600: #2482BC;
--teal-700: #1D6796;
--teal-800: #144A6B;
--teal-900: #0D2F45;
--teal-950: #081E2B;
}