Teal
#11546E
BlueColor Codes
All color formats for development
HEX
#11546ERGB
rgb(17, 84, 110)HSL
hsl(197, 73%, 25%)OKLCH
oklch(0.419 0.076 229.7)CMYK
cmyk(85%, 24%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4C63
2#0E4358
3#0C3B4D
4#0A3242
5#092A37
6#07222C
7#051921
8#031116
9#02080B
Tints
Lighter variations
1#166D8F
2#1C86B0
3#219FD2
4#38B1E0
5#5ABEE5
6#7BCBEA
7#9CD8F0
8#BDE5F5
9#DEF2FA
Tones
Muted variations
1#16526A
2#1B5065
3#1F4E60
4#244C5C
5#284A57
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 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD7 #9AD7EF | BordersInactive statesPlaceholder text |
| 400 | 65C2 #65C2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B1 #38B1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E94 #1E94C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1875 #18759A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1154 #11546E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B36 #0B3647 | 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: #C6E8F6;
--teal-300: #9AD7EF;
--teal-400: #65C2E7;
--teal-500: #38B1E0;
--teal-600: #1E94C2;
--teal-700: #18759A;
--teal-800: #11546E;
--teal-900: #0B3647;
--teal-950: #07222C;
}