Teal
#258D88
CyanColor Codes
All color formats for development
HEX
#258D88RGB
rgb(37, 141, 136)HSL
hsl(177, 58%, 35%)OKLCH
oklch(0.585 0.091 190.2)CMYK
cmyk(74%, 0%, 4%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#227F7A
2#1E716D
3#1A635F
4#165552
5#134744
6#0F3836
7#0B2A29
8#071C1B
9#040E0E
Tints
Lighter variations
1#2CA7A1
2#33C1BA
3#48CEC8
4#62D5CF
5#7CDCD7
6#96E3DF
7#B0EAE7
8#CBF1EF
9#E5F8F7
Tones
Muted variations
1#2B8883
2#30837F
3#357D7A
4#3A7875
5#3F7371
6#456E6C
7#4A6967
8#4F6463
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 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E3F8F6;
--teal-200: #CBF1EF;
--teal-300: #A2E6E3;
--teal-400: #72DAD4;
--teal-500: #4ACFC8;
--teal-600: #2FB1AB;
--teal-700: #258D88;
--teal-800: #1B6561;
--teal-900: #11403E;
--teal-950: #0B2827;
}