Teal
#15899E
CyanColor Codes
All color formats for development
HEX
#15899ERGB
rgb(21, 137, 158)HSL
hsl(189, 77%, 35%)OKLCH
oklch(0.581 0.098 214.1)CMYK
cmyk(87%, 13%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127C8E
2#106E7E
3#0E606F
4#0C525F
5#0A454F
6#08373F
7#06292F
8#041B20
9#020E10
Tints
Lighter variations
1#18A3BB
2#1CBCD9
3#32CAE4
4#4FD1E8
5#6CD9EC
6#8AE0F0
7#A7E8F4
8#C4F0F7
9#E2F7FB
Tones
Muted variations
1#1B8597
2#228090
3#297B89
4#307682
5#37717C
6#3E6C75
7#45686E
8#4C6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF7FB;
--teal-200: #C4F0F7;
--teal-300: #97E4F2;
--teal-400: #61D6EA;
--teal-500: #34CAE5;
--teal-600: #1AADC7;
--teal-700: #15899E;
--teal-800: #0F6271;
--teal-900: #093F48;
--teal-950: #06272D;
}