Teal
#258D83
CyanColor Codes
All color formats for development
HEX
#258D83RGB
rgb(37, 141, 131)HSL
hsl(174, 58%, 35%)OKLCH
oklch(0.584 0.093 185.5)CMYK
cmyk(74%, 0%, 7%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F76
2#1E7169
3#1A635B
4#16554E
5#134741
6#0F3834
7#0B2A27
8#071C1A
9#040E0D
Tints
Lighter variations
1#2CA79B
2#33C1B3
3#48CEC1
4#62D5CA
5#7CDCD3
6#96E3DB
7#B0EAE4
8#CBF1ED
9#E5F8F6
Tones
Muted variations
1#2B887F
2#30837A
3#357D76
4#3A7872
5#3F736E
6#456E6A
7#4A6966
8#4F6462
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACF | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F5;
--teal-200: #CBF1ED;
--teal-300: #A2E6E0;
--teal-400: #72DACF;
--teal-500: #4ACFC1;
--teal-600: #2FB1A4;
--teal-700: #258D83;
--teal-800: #1B655D;
--teal-900: #11403C;
--teal-950: #0B2825;
}