Teal
#258D86
CyanColor Codes
All color formats for development
HEX
#258D86RGB
rgb(37, 141, 134)HSL
hsl(176, 58%, 35%)OKLCH
oklch(0.585 0.092 188.3)CMYK
cmyk(74%, 0%, 5%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F79
2#1E716B
3#1A635E
4#165550
5#134743
6#0F3836
7#0B2A28
8#071C1B
9#040E0D
Tints
Lighter variations
1#2CA79F
2#33C1B8
3#48CEC5
4#62D5CE
5#7CDCD6
6#96E3DE
7#B0EAE6
8#CBF1EF
9#E5F8F7
Tones
Muted variations
1#2B8882
2#30837D
3#357D79
4#3A7874
5#3F7370
6#456E6B
7#4A6967
8#4F6462
9#545E5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F6;
--teal-200: #CBF1EF;
--teal-300: #A2E6E2;
--teal-400: #72DAD3;
--teal-500: #4ACFC6;
--teal-600: #2FB1A9;
--teal-700: #258D86;
--teal-800: #1B6560;
--teal-900: #11403D;
--teal-950: #0B2826;
}