Teal
#239087
CyanColor Codes
All color formats for development
HEX
#239087RGB
rgb(35, 144, 135)HSL
hsl(175, 61%, 35%)OKLCH
oklch(0.593 0.095 186.6)CMYK
cmyk(76%, 0%, 6%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8179
2#1C736C
3#18655E
4#155651
5#114843
6#0E3936
7#0A2B28
8#071D1B
9#030E0D
Tints
Lighter variations
1#29AAA0
2#30C5B9
3#44D2C6
4#5FD8CE
5#7ADFD6
6#94E5DE
7#AFECE7
8#CAF2EF
9#E4F9F7
Tones
Muted variations
1#288A82
2#2E857E
3#337F79
4#397A74
5#3E7470
6#436F6B
7#496A67
8#4E6462
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | 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: #E2F8F6;
--teal-200: #CAF2EF;
--teal-300: #A1E8E2;
--teal-400: #6FDCD3;
--teal-500: #46D2C7;
--teal-600: #2CB5A9;
--teal-700: #239087;
--teal-800: #196760;
--teal-900: #10423E;
--teal-950: #0A2926;
}