Teal
#15859E
CyanColor Codes
All color formats for development
HEX
#15859ERGB
rgb(21, 133, 158)HSL
hsl(191, 77%, 35%)OKLCH
oklch(0.571 0.098 218.1)CMYK
cmyk(87%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12778E
2#106A7E
3#0E5D6F
4#0C505F
5#0A424F
6#08353F
7#06282F
8#041B20
9#020D10
Tints
Lighter variations
1#189DBB
2#1CB6D9
3#32C4E4
4#4FCCE8
5#6CD5EC
6#8ADDF0
7#A7E6F4
8#C4EEF7
9#E2F7FB
Tones
Muted variations
1#1B8097
2#227C90
3#297889
4#307382
5#376F7C
6#3E6B75
7#45666E
8#4C6267
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 61D1 #61D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34C4 #34C4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA7 #1AA7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1585 #15859E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5F #0F5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EEF7;
--teal-300: #97E1F2;
--teal-400: #61D1EA;
--teal-500: #34C4E5;
--teal-600: #1AA7C7;
--teal-700: #15859E;
--teal-800: #0F5F71;
--teal-900: #093D48;
--teal-950: #06262D;
}