Teal
#258D7F
CyanColor Codes
All color formats for development
HEX
#258D7FRGB
rgb(37, 141, 127)HSL
hsl(172, 58%, 35%)OKLCH
oklch(0.582 0.094 181.9)CMYK
cmyk(74%, 0%, 10%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F72
2#1E7166
3#1A6359
4#16554C
5#134740
6#0F3833
7#0B2A26
8#071C19
9#040E0D
Tints
Lighter variations
1#2CA797
2#33C1AE
3#48CEBC
4#62D5C6
5#7CDCCF
6#96E3D9
7#B0EAE2
8#CBF1EC
9#E5F8F5
Tones
Muted variations
1#2B887B
2#308378
3#357D74
4#3A7870
5#3F736C
6#456E68
7#4A6965
8#4F6461
9#545E5D
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 | CBF1 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F5;
--teal-200: #CBF1EC;
--teal-300: #A2E6DD;
--teal-400: #72DACC;
--teal-500: #4ACFBD;
--teal-600: #2FB1A0;
--teal-700: #258D7F;
--teal-800: #1B655B;
--teal-900: #11403A;
--teal-950: #0B2824;
}