Teal
#1D8096
CyanColor Codes
All color formats for development
HEX
#1D8096RGB
rgb(29, 128, 150)HSL
hsl(191, 68%, 35%)OKLCH
oklch(0.556 0.092 216.9)CMYK
cmyk(81%, 15%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7387
2#176678
3#145969
4#114D5A
5#0E404B
6#0B333C
7#09262D
8#061A1E
9#030D0F
Tints
Lighter variations
1#2297B2
2#27AFCE
3#3CBDDA
4#58C6DF
5#74D0E4
6#90D9EA
7#ABE3EF
8#C7ECF4
9#E3F6FA
Tones
Muted variations
1#237C90
2#29788A
3#2F7484
4#35707E
5#3B6C78
6#416972
7#47656B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEEC | BordersInactive statesPlaceholder text |
| 400 | 69CC #69CCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBE #3EBEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A1 #24A1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D80 #1D8096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145B #145B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7ECF4;
--teal-300: #9CDEEC;
--teal-400: #69CCE2;
--teal-500: #3EBEDA;
--teal-600: #24A1BC;
--teal-700: #1D8096;
--teal-800: #145B6B;
--teal-900: #0D3A45;
--teal-950: #08242B;
}