Teal
#1B7098
BlueColor Codes
All color formats for development
HEX
#1B7098RGB
rgb(27, 112, 152)HSL
hsl(199, 70%, 35%)OKLCH
oklch(0.516 0.099 234.6)CMYK
cmyk(82%, 26%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186589
2#155A79
3#134F6A
4#10435B
5#0D384C
6#0B2D3D
7#08222E
8#05161E
9#030B0F
Tints
Lighter variations
1#2085B4
2#259AD0
3#3AA9DC
4#56B5E1
5#72C1E6
6#8ECEEB
7#AADAF0
8#C7E6F5
9#E3F3FA
Tones
Muted variations
1#216E91
2#276C8B
3#2E6985
4#34677F
5#3A6578
6#406272
7#47606C
8#4D5E66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD3 #9BD3ED | BordersInactive statesPlaceholder text |
| 400 | 67BD #67BDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAA #3CAADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228D #228DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B70 #1B7098 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1350 #13506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C33 #0C3345 | 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: #E1F2FA;
--teal-200: #C7E6F5;
--teal-300: #9BD3ED;
--teal-400: #67BDE4;
--teal-500: #3CAADD;
--teal-600: #228DBF;
--teal-700: #1B7098;
--teal-800: #13506C;
--teal-900: #0C3345;
--teal-950: #08202B;
}