Teal
#1D8496
CyanColor Codes
All color formats for development
HEX
#1D8496RGB
rgb(29, 132, 150)HSL
hsl(189, 68%, 35%)OKLCH
oklch(0.566 0.092 212.7)CMYK
cmyk(81%, 12%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7787
2#176978
3#145C69
4#114F5A
5#0E424B
6#0B353C
7#09282D
8#061A1E
9#030D0F
Tints
Lighter variations
1#229CB2
2#27B5CE
3#3CC2DA
4#58CBDF
5#74D4E4
6#90DCEA
7#ABE5EF
8#C7EEF4
9#E3F6FA
Tones
Muted variations
1#237F90
2#297B8A
3#2F7784
4#35737E
5#3B6E78
6#416A72
7#47666B
8#4D6265
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE0 #9CE0EC | BordersInactive statesPlaceholder text |
| 400 | 69D0 #69D0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC3 #3EC3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A6 #24A6BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D84 #1D8496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145E #145E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EEF4;
--teal-300: #9CE0EC;
--teal-400: #69D0E2;
--teal-500: #3EC3DA;
--teal-600: #24A6BC;
--teal-700: #1D8496;
--teal-800: #145E6B;
--teal-900: #0D3C45;
--teal-950: #08262B;
}