Teal
#258E83
CyanColor Codes
All color formats for development
HEX
#258E83RGB
rgb(37, 142, 131)HSL
hsl(174, 59%, 35%)OKLCH
oklch(0.586 0.093 184.6)CMYK
cmyk(74%, 0%, 8%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218076
2#1D7269
3#1A635C
4#16554F
5#124742
6#0F3935
7#0B2B27
8#071C1A
9#040E0D
Tints
Lighter variations
1#2BA89C
2#32C3B4
3#47CFC2
4#61D6CA
5#7BDDD3
6#96E4DC
7#B0EBE5
8#CAF1ED
9#E5F8F6
Tones
Muted variations
1#2A897F
2#2F837B
3#347E77
4#3A7973
5#3F746E
6#446E6A
7#496966
8#4F6462
9#545F5D
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 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F6;
--teal-200: #CAF1ED;
--teal-300: #A2E7E0;
--teal-400: #71DAD0;
--teal-500: #49D0C2;
--teal-600: #2EB2A5;
--teal-700: #258E83;
--teal-800: #1A655E;
--teal-900: #11413C;
--teal-950: #0A2926;
}