Teal
#239088
CyanColor Codes
All color formats for development
HEX
#239088RGB
rgb(35, 144, 136)HSL
hsl(176, 61%, 35%)OKLCH
oklch(0.593 0.094 187.5)CMYK
cmyk(76%, 0%, 6%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F817B
2#1C736D
3#186560
4#155652
5#114844
6#0E3937
7#0A2B29
8#071D1B
9#030E0E
Tints
Lighter variations
1#29AAA2
2#30C5BB
3#44D2C8
4#5FD8D0
5#7ADFD8
6#94E5E0
7#AFECE8
8#CAF2EF
9#E4F9F7
Tones
Muted variations
1#288A84
2#2E857F
3#337F7A
4#397A76
5#3E7471
6#436F6C
7#496A67
8#4E6463
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F7;
--teal-200: #CAF2EF;
--teal-300: #A1E8E3;
--teal-400: #6FDCD5;
--teal-500: #46D2C9;
--teal-600: #2CB5AC;
--teal-700: #239088;
--teal-800: #196761;
--teal-900: #10423E;
--teal-950: #0A2927;
}