Teal
#15909D
CyanColor Codes
All color formats for development
HEX
#15909DRGB
rgb(21, 144, 157)HSL
hsl(186, 76%, 35%)OKLCH
oklch(0.598 0.099 206.5)CMYK
cmyk(87%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13818D
2#11737E
3#0F646E
4#0D565E
5#0B484F
6#09393F
7#062B2F
8#041D1F
9#020E10
Tints
Lighter variations
1#19AABA
2#1DC5D7
3#33D2E3
4#50D8E7
5#6DDFEB
6#8AE5EF
7#A7ECF3
8#C5F2F7
9#E2F9FB
Tones
Muted variations
1#1C8A96
2#238590
3#2A7F89
4#317A82
5#37747B
6#3E6F74
7#456A6E
8#4C6467
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 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FB;
--teal-200: #C5F2F7;
--teal-300: #98E8F1;
--teal-400: #62DCEA;
--teal-500: #35D2E3;
--teal-600: #1BB4C5;
--teal-700: #15909D;
--teal-800: #0F6770;
--teal-900: #0A4248;
--teal-950: #06292D;
}