Teal
#258E82
CyanColor Codes
All color formats for development
HEX
#258E82RGB
rgb(37, 142, 130)HSL
hsl(173, 59%, 35%)OKLCH
oklch(0.586 0.094 183.7)CMYK
cmyk(74%, 0%, 8%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218075
2#1D7268
3#1A635B
4#16554E
5#124741
6#0F3934
7#0B2B27
8#071C1A
9#040E0D
Tints
Lighter variations
1#2BA89A
2#32C3B2
3#47CFBF
4#61D6C9
5#7BDDD2
6#96E4DB
7#B0EBE4
8#CAF1ED
9#E5F8F6
Tones
Muted variations
1#2A897E
2#2F837A
3#347E76
4#3A7971
5#3F746D
6#446E69
7#496965
8#4F6461
9#545F5D
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 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACE | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F5;
--teal-200: #CAF1ED;
--teal-300: #A2E7DF;
--teal-400: #71DACE;
--teal-500: #49D0C0;
--teal-600: #2EB2A3;
--teal-700: #258E82;
--teal-800: #1A655D;
--teal-900: #11413B;
--teal-950: #0A2925;
}