Teal
#15949D
CyanColor Codes
All color formats for development
HEX
#15949DRGB
rgb(21, 148, 157)HSL
hsl(184, 76%, 35%)OKLCH
oklch(0.609 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#13858D
2#11767E
3#0F686E
4#0D595E
5#0B4A4F
6#093B3F
7#062C2F
8#041E1F
9#020F10
Tints
Lighter variations
1#19B0BA
2#1DCBD7
3#33D7E3
4#50DDE7
5#6DE3EB
6#8AE8EF
7#A7EEF3
8#C5F4F7
9#E2F9FB
Tones
Muted variations
1#1C8E96
2#238890
3#2A8289
4#317D82
5#37777B
6#3E7174
7#456B6E
8#4C6567
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FB;
--teal-200: #C5F4F7;
--teal-300: #98EBF1;
--teal-400: #62E1EA;
--teal-500: #35D8E3;
--teal-600: #1BBAC5;
--teal-700: #15949D;
--teal-800: #0F6A70;
--teal-900: #0A4448;
--teal-950: #062A2D;
}