Teal
#157D9D
CyanColor Codes
All color formats for development
HEX
#157D9DRGB
rgb(21, 125, 157)HSL
hsl(194, 76%, 35%)OKLCH
oklch(0.55 0.099 225.1)CMYK
cmyk(87%, 20%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13718D
2#11647E
3#0F586E
4#0D4B5E
5#0B3F4F
6#09323F
7#06262F
8#04191F
9#020D10
Tints
Lighter variations
1#1995BA
2#1DACD7
3#33BAE3
4#50C4E7
5#6DCEEB
6#8AD8EF
7#A7E1F3
8#C5EBF7
9#E2F5FB
Tones
Muted variations
1#1C7A96
2#237690
3#2A7389
4#316F82
5#376B7B
6#3E6874
7#45646E
8#4C6067
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FB;
--teal-200: #C5EBF7;
--teal-300: #98DCF1;
--teal-400: #62CAEA;
--teal-500: #35BBE3;
--teal-600: #1B9EC5;
--teal-700: #157D9D;
--teal-800: #0F5A70;
--teal-900: #0A3948;
--teal-950: #06242D;
}