Teal
#15959E
CyanColor Codes
All color formats for development
HEX
#15959ERGB
rgb(21, 149, 158)HSL
hsl(184, 77%, 35%)OKLCH
oklch(0.612 0.1 202.7)CMYK
cmyk(87%, 6%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12868E
2#10777E
3#0E686F
4#0C595F
5#0A4A4F
6#083C3F
7#062D2F
8#041E20
9#020F10
Tints
Lighter variations
1#18B0BB
2#1CCCD9
3#32D8E4
4#4FDEE8
5#6CE3EC
6#8AE9F0
7#A7EEF4
8#C4F4F7
9#E2F9FB
Tones
Muted variations
1#1B8F97
2#228990
3#298389
4#307D82
5#37777C
6#3E7175
7#456B6E
8#4C6567
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EB #97EBF2 | BordersInactive statesPlaceholder text |
| 400 | 61E1 #61E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34D9 #34D9E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1ABB #1ABBC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1595 #15959E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094448 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C4F4F7;
--teal-300: #97EBF2;
--teal-400: #61E1EA;
--teal-500: #34D9E5;
--teal-600: #1ABBC7;
--teal-700: #15959E;
--teal-800: #0F6A71;
--teal-900: #094448;
--teal-950: #062B2D;
}