Teal
#11576E
BlueColor Codes
All color formats for development
HEX
#11576ERGB
rgb(17, 87, 110)HSL
hsl(195, 73%, 25%)OKLCH
oklch(0.427 0.075 225.6)CMYK
cmyk(85%, 21%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4E63
2#0E4658
3#0C3D4D
4#0A3442
5#092C37
6#07232C
7#051A21
8#031116
9#02090B
Tints
Lighter variations
1#16718F
2#1C8BB0
3#21A5D2
4#38B6E0
5#5AC2E5
6#7BCEEA
7#9CDBF0
8#BDE7F5
9#DEF3FA
Tones
Muted variations
1#16556A
2#1B5265
3#1F5060
4#244E5C
5#284B57
6#2D4952
7#32474E
8#364449
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADA #9ADAEF | BordersInactive statesPlaceholder text |
| 400 | 65C6 #65C6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B6 #38B6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E99 #1E99C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187A #187A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1157 #11576E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EAF6;
--teal-300: #9ADAEF;
--teal-400: #65C6E7;
--teal-500: #38B6E0;
--teal-600: #1E99C2;
--teal-700: #187A9A;
--teal-800: #11576E;
--teal-900: #0B3847;
--teal-950: #07232C;
}