Teal
#15809E
CyanColor Codes
All color formats for development
HEX
#15809ERGB
rgb(21, 128, 158)HSL
hsl(193, 77%, 35%)OKLCH
oklch(0.558 0.099 223)CMYK
cmyk(87%, 19%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12738E
2#10677E
3#0E5A6F
4#0C4D5F
5#0A404F
6#08333F
7#06262F
8#041A20
9#020D10
Tints
Lighter variations
1#1898BB
2#1CB0D9
3#32BEE4
4#4FC7E8
5#6CD0EC
6#8ADAF0
7#A7E3F4
8#C4ECF7
9#E2F6FB
Tones
Muted variations
1#1B7C97
2#227890
3#297589
4#307182
5#376D7C
6#3E6975
7#45656E
8#4C6167
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EC #C4ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 61CD #61CDEA | Disabled statesSecondary iconsMuted text |
| 500 | 34BE #34BEE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA1 #1AA1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5C #0F5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C4ECF7;
--teal-300: #97DEF2;
--teal-400: #61CDEA;
--teal-500: #34BEE5;
--teal-600: #1AA1C7;
--teal-700: #15809E;
--teal-800: #0F5C71;
--teal-900: #093B48;
--teal-950: #06252D;
}