Teal
#11556E
BlueColor Codes
All color formats for development
HEX
#11556ERGB
rgb(17, 85, 110)HSL
hsl(196, 73%, 25%)OKLCH
oklch(0.422 0.076 228.4)CMYK
cmyk(85%, 23%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4D63
2#0E4458
3#0C3C4D
4#0A3342
5#092B37
6#07222C
7#051A21
8#031116
9#02090B
Tints
Lighter variations
1#166F8F
2#1C89B0
3#21A2D2
4#38B3E0
5#5AC0E5
6#7BCDEA
7#9CD9F0
8#BDE6F5
9#DEF2FA
Tones
Muted variations
1#16536A
2#1B5165
3#1F4F60
4#244D5C
5#284B57
6#2D4852
7#32464E
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 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E9 #C6E9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD8 #9AD8EF | BordersInactive statesPlaceholder text |
| 400 | 65C4 #65C4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B3 #38B3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E96 #1E96C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1878 #18789A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1155 #11556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3747 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FA;
--teal-200: #C6E9F6;
--teal-300: #9AD8EF;
--teal-400: #65C4E7;
--teal-500: #38B3E0;
--teal-600: #1E96C2;
--teal-700: #18789A;
--teal-800: #11556E;
--teal-900: #0B3747;
--teal-950: #07222C;
}