Teal
#258E7E
CyanColor Codes
All color formats for development
HEX
#258E7ERGB
rgb(37, 142, 126)HSL
hsl(171, 59%, 35%)OKLCH
oklch(0.585 0.096 180.2)CMYK
cmyk(74%, 0%, 11%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#218071
2#1D7265
3#1A6358
4#16554C
5#12473F
6#0F3932
7#0B2B26
8#071C19
9#040E0D
Tints
Lighter variations
1#2BA896
2#32C3AD
3#47CFBB
4#61D6C5
5#7BDDCE
6#96E4D8
7#B0EBE2
8#CAF1EC
9#E5F8F5
Tones
Muted variations
1#2A897A
2#2F8377
3#347E73
4#3A796F
5#3F746C
6#446E68
7#496964
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 #CAF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F5;
--teal-200: #CAF1EC;
--teal-300: #A2E7DD;
--teal-400: #71DACB;
--teal-500: #49D0BC;
--teal-600: #2EB29F;
--teal-700: #258E7E;
--teal-800: #1A655A;
--teal-900: #11413A;
--teal-950: #0A2924;
}