Teal
#18969A
CyanColor Codes
All color formats for development
HEX
#18969ARGB
rgb(24, 150, 154)HSL
hsl(182, 73%, 35%)OKLCH
oklch(0.613 0.1 198.3)CMYK
cmyk(84%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16878B
2#13787C
3#11696C
4#0E5A5D
5#0C4B4D
6#0A3C3E
7#072D2E
8#051E1F
9#020F0F
Tints
Lighter variations
1#1DB2B7
2#21CED4
3#36DAE0
4#53DFE4
5#70E5E9
6#8CEAED
7#A9EFF2
8#C6F4F6
9#E2FAFB
Tones
Muted variations
1#1F9094
2#258A8D
3#2C8487
4#327E80
5#39787A
6#3F7273
7#466B6D
8#4C6566
9#535F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F6;
--teal-300: #9AECEF;
--teal-400: #65E3E7;
--teal-500: #38DAE0;
--teal-600: #1EBDC2;
--teal-700: #18969A;
--teal-800: #116B6E;
--teal-900: #0B4547;
--teal-950: #072B2C;
}