Teal
#1D7296
BlueColor Codes
All color formats for development
HEX
#1D7296RGB
rgb(29, 114, 150)HSL
hsl(198, 68%, 35%)OKLCH
oklch(0.52 0.095 231.6)CMYK
cmyk(81%, 24%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6687
2#175B78
3#144F69
4#11445A
5#0E394B
6#0B2D3C
7#09222D
8#06171E
9#030B0F
Tints
Lighter variations
1#2287B2
2#279CCE
3#3CABDA
4#58B7DF
5#74C3E4
6#90CFEA
7#ABDBEF
8#C7E7F4
9#E3F3FA
Tones
Muted variations
1#236F90
2#296D8A
3#2F6A84
4#35687E
5#3B6578
6#416372
7#47616B
8#4D5E65
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD4 #9CD4EC | BordersInactive statesPlaceholder text |
| 400 | 69BE #69BEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAB #3EABDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248F #248FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D72 #1D7296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F2F9;
--teal-200: #C7E7F4;
--teal-300: #9CD4EC;
--teal-400: #69BEE2;
--teal-500: #3EABDA;
--teal-600: #248FBC;
--teal-700: #1D7296;
--teal-800: #14516B;
--teal-900: #0D3445;
--teal-950: #08202B;
}