Teal
#15799E
BlueColor Codes
All color formats for development
HEX
#15799ERGB
rgb(21, 121, 158)HSL
hsl(196, 77%, 35%)OKLCH
oklch(0.54 0.102 229.6)CMYK
cmyk(87%, 23%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126D8E
2#10617E
3#0E556F
4#0C495F
5#0A3D4F
6#08313F
7#06242F
8#041820
9#020C10
Tints
Lighter variations
1#1890BB
2#1CA6D9
3#32B5E4
4#4FBFE8
5#6CCAEC
6#8AD5F0
7#A7DFF4
8#C4EAF7
9#E2F4FB
Tones
Muted variations
1#1B7697
2#227390
3#297089
4#306C82
5#37697C
6#3E6675
7#45636E
8#4C6067
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D9 #97D9F2 | BordersInactive statesPlaceholder text |
| 400 | 61C6 #61C6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B5 #34B5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A99 #1A99C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F57 #0F5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EAF7;
--teal-300: #97D9F2;
--teal-400: #61C6EA;
--teal-500: #34B5E5;
--teal-600: #1A99C7;
--teal-700: #15799E;
--teal-800: #0F5771;
--teal-900: #093748;
--teal-950: #06232D;
}