Teal
#15969D
CyanColor Codes
All color formats for development
HEX
#15969DRGB
rgb(21, 150, 157)HSL
hsl(183, 76%, 35%)OKLCH
oklch(0.614 0.101 200.9)CMYK
cmyk(87%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13878D
2#11787E
3#0F696E
4#0D5A5E
5#0B4B4F
6#093C3F
7#062D2F
8#041E1F
9#020F10
Tints
Lighter variations
1#19B2BA
2#1DCED7
3#33DAE3
4#50E0E7
5#6DE5EB
6#8AEAEF
7#A7EFF3
8#C5F5F7
9#E2FAFB
Tones
Muted variations
1#1C9096
2#238A90
3#2A8489
4#317E82
5#37787B
6#3E7274
7#456C6E
8#4C6567
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | 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: #F2FDFD;
--teal-100: #E0F9FB;
--teal-200: #C5F5F7;
--teal-300: #98ECF1;
--teal-400: #62E3EA;
--teal-500: #35DBE3;
--teal-600: #1BBDC5;
--teal-700: #15969D;
--teal-800: #0F6B70;
--teal-900: #0A4548;
--teal-950: #062B2D;
}