Teal
#23907C
CyanColor Codes
All color formats for development
HEX
#23907CRGB
rgb(35, 144, 124)HSL
hsl(169, 61%, 35%)OKLCH
oklch(0.589 0.1 177.2)CMYK
cmyk(76%, 0%, 14%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F816F
2#1C7363
3#186557
4#15564A
5#11483E
6#0E3931
7#0A2B25
8#071D19
9#030E0C
Tints
Lighter variations
1#29AA93
2#30C5AA
3#44D2B8
4#5FD8C2
5#7ADFCC
6#94E5D6
7#AFECE0
8#CAF2EB
9#E4F9F5
Tones
Muted variations
1#288A78
2#2E8575
3#337F71
4#397A6E
5#3E746A
6#436F67
7#496A64
8#4E6460
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 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | 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: #A1E8DB;
--teal-400: #6FDCC8;
--teal-500: #46D2B9;
--teal-600: #2CB59C;
--teal-700: #23907C;
--teal-800: #196758;
--teal-900: #104239;
--teal-950: #0A2923;
}