Teal
#18859A
CyanColor Codes
All color formats for development
HEX
#18859ARGB
rgb(24, 133, 154)HSL
hsl(190, 73%, 35%)OKLCH
oklch(0.569 0.095 214.9)CMYK
cmyk(84%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16778B
2#136A7C
3#115D6C
4#0E505D
5#0C424D
6#0A353E
7#07282E
8#051B1F
9#020D0F
Tints
Lighter variations
1#1D9DB7
2#21B6D4
3#36C3E0
4#53CCE4
5#70D4E9
6#8CDDED
7#A9E5F2
8#C6EEF6
9#E2F6FB
Tones
Muted variations
1#1F8094
2#257C8D
3#2C7887
4#327380
5#396F7A
6#3F6B73
7#46666D
8#4C6266
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C4 #38C4E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA7 #1EA7C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1885 #18859A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115F #115F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EEF6;
--teal-300: #9AE1EF;
--teal-400: #65D1E7;
--teal-500: #38C4E0;
--teal-600: #1EA7C2;
--teal-700: #18859A;
--teal-800: #115F6E;
--teal-900: #0B3D47;
--teal-950: #07262C;
}