Teal
#15929D
CyanColor Codes
All color formats for development
HEX
#15929DRGB
rgb(21, 146, 157)HSL
hsl(185, 76%, 35%)OKLCH
oklch(0.604 0.099 204.6)CMYK
cmyk(87%, 7%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13838D
2#11757E
3#0F666E
4#0D575E
5#0B494F
6#093A3F
7#062C2F
8#041D1F
9#020F10
Tints
Lighter variations
1#19ADBA
2#1DC8D7
3#33D4E3
4#50DBE7
5#6DE1EB
6#8AE7EF
7#A7EDF3
8#C5F3F7
9#E2F9FB
Tones
Muted variations
1#1C8C96
2#238690
3#2A8189
4#317B82
5#37767B
6#3E7074
7#456A6E
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 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | 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: #E0F8FB;
--teal-200: #C5F3F7;
--teal-300: #98E9F1;
--teal-400: #62DEEA;
--teal-500: #35D5E3;
--teal-600: #1BB7C5;
--teal-700: #15929D;
--teal-800: #0F6870;
--teal-900: #0A4348;
--teal-950: #062A2D;
}