Teal
#23907E
CyanColor Codes
All color formats for development
HEX
#23907ERGB
rgb(35, 144, 126)HSL
hsl(170, 61%, 35%)OKLCH
oklch(0.59 0.099 178.8)CMYK
cmyk(76%, 0%, 12%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8171
2#1C7364
3#186558
4#15564B
5#11483F
6#0E3932
7#0A2B26
8#071D19
9#030E0D
Tints
Lighter variations
1#29AA95
2#30C5AC
3#44D2BA
4#5FD8C4
5#7ADFCE
6#94E5D8
7#AFECE1
8#CAF2EB
9#E4F9F5
Tones
Muted variations
1#288A7A
2#2E8576
3#337F73
4#397A6F
5#3E746B
6#436F68
7#496A64
8#4E6461
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | 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: #F3FCFA;
--teal-100: #E2F8F4;
--teal-200: #CAF2EB;
--teal-300: #A1E8DC;
--teal-400: #6FDCCA;
--teal-500: #46D2BB;
--teal-600: #2CB59E;
--teal-700: #23907E;
--teal-800: #19675A;
--teal-900: #104239;
--teal-950: #0A2924;
}