Teal
#258D84
CyanColor Codes
All color formats for development
HEX
#258D84RGB
rgb(37, 141, 132)HSL
hsl(175, 58%, 35%)OKLCH
oklch(0.584 0.092 186.4)CMYK
cmyk(74%, 0%, 6%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F77
2#1E716A
3#1A635D
4#16554F
5#134742
6#0F3835
7#0B2A28
8#071C1A
9#040E0D
Tints
Lighter variations
1#2CA79D
2#33C1B6
3#48CEC3
4#62D5CC
5#7CDCD4
6#96E3DD
7#B0EAE5
8#CBF1EE
9#E5F8F6
Tones
Muted variations
1#2B8880
2#30837C
3#357D77
4#3A7873
5#3F736F
6#456E6B
7#4A6966
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 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655F | 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: #CBF1EE;
--teal-300: #A2E6E1;
--teal-400: #72DAD1;
--teal-500: #4ACFC4;
--teal-600: #2FB1A6;
--teal-700: #258D84;
--teal-800: #1B655F;
--teal-900: #11403D;
--teal-950: #0B2826;
}