Teal
#18839A
CyanColor Codes
All color formats for development
HEX
#18839ARGB
rgb(24, 131, 154)HSL
hsl(191, 73%, 35%)OKLCH
oklch(0.564 0.095 216.9)CMYK
cmyk(84%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16758B
2#13687C
3#115B6C
4#0E4E5D
5#0C414D
6#0A343E
7#07272E
8#051A1F
9#020D0F
Tints
Lighter variations
1#1D9BB7
2#21B3D4
3#36C1E0
4#53CAE4
5#70D2E9
6#8CDBED
7#A9E4F2
8#C6EDF6
9#E2F6FB
Tones
Muted variations
1#1F7E94
2#257A8D
3#2C7687
4#327280
5#396E7A
6#3F6A73
7#46666D
8#4C6266
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6ED #C6EDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADF #9ADFEF | BordersInactive statesPlaceholder text |
| 400 | 65CF #65CFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C1 #38C1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA4 #1EA4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1883 #18839A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115D #115D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6EDF6;
--teal-300: #9ADFEF;
--teal-400: #65CFE7;
--teal-500: #38C1E0;
--teal-600: #1EA4C2;
--teal-700: #18839A;
--teal-800: #115D6E;
--teal-900: #0B3C47;
--teal-950: #07252C;
}