Teal
#12556E
BlueColor Codes
All color formats for development
HEX
#12556ERGB
rgb(18, 85, 110)HSL
hsl(196, 72%, 25%)OKLCH
oklch(0.422 0.075 228.5)CMYK
cmyk(84%, 23%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104D63
2#0E4458
3#0C3C4D
4#0B3342
5#092B37
6#07222C
7#051A21
8#041116
9#02090B
Tints
Lighter variations
1#176F8F
2#1D88AF
3#22A2D0
4#3AB3DF
5#5BC0E4
6#7BCCEA
7#9CD9EF
8#BDE6F4
9#DEF2FA
Tones
Muted variations
1#165369
2#1B5164
3#204F60
4#244D5B
5#294A57
6#2D4852
7#32464E
8#374449
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 #65C4E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB3 #3AB3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F96 #1F96C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1977 #19779A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1255 #12556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3746 | 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: #65C4E6;
--teal-500: #3AB3DF;
--teal-600: #1F96C1;
--teal-700: #19779A;
--teal-800: #12556E;
--teal-900: #0B3746;
--teal-950: #07222C;
}