Teal
#1D7096
BlueColor Codes
All color formats for development
HEX
#1D7096RGB
rgb(29, 112, 150)HSL
hsl(199, 68%, 35%)OKLCH
oklch(0.515 0.096 233.6)CMYK
cmyk(81%, 25%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A6487
2#175978
3#144E69
4#11435A
5#0E384B
6#0B2D3C
7#09212D
8#06161E
9#030B0F
Tints
Lighter variations
1#2284B2
2#2799CE
3#3CA8DA
4#58B4DF
5#74C1E4
6#90CDEA
7#ABDAEF
8#C7E6F4
9#E3F3FA
Tones
Muted variations
1#236D90
2#296B8A
3#2F6984
4#35677E
5#3B6478
6#416272
7#47606B
8#4D5E65
9#535B5F
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 | C7E6 #C7E6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3EC | BordersInactive statesPlaceholder text |
| 400 | 69BC #69BCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA9 #3EA9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248C #248CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D70 #1D7096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | 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: #C7E6F4;
--teal-300: #9CD3EC;
--teal-400: #69BCE2;
--teal-500: #3EA9DA;
--teal-600: #248CBC;
--teal-700: #1D7096;
--teal-800: #14506B;
--teal-900: #0D3345;
--teal-950: #08202B;
}