Teal
#23907F
CyanColor Codes
All color formats for development
HEX
#23907FRGB
rgb(35, 144, 127)HSL
hsl(171, 61%, 35%)OKLCH
oklch(0.59 0.098 179.7)CMYK
cmyk(76%, 0%, 12%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8173
2#1C7366
3#186559
4#15564C
5#114840
6#0E3933
7#0A2B26
8#071D19
9#030E0D
Tints
Lighter variations
1#29AA97
2#30C5AF
3#44D2BD
4#5FD8C6
5#7ADFD0
6#94E5D9
7#AFECE3
8#CAF2EC
9#E4F9F6
Tones
Muted variations
1#288A7C
2#2E8578
3#337F74
4#397A70
5#3E746C
6#436F68
7#496A65
8#4E6461
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423A | 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: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #CAF2EC;
--teal-300: #A1E8DD;
--teal-400: #6FDCCC;
--teal-500: #46D2BD;
--teal-600: #2CB5A0;
--teal-700: #23907F;
--teal-800: #19675B;
--teal-900: #10423A;
--teal-950: #0A2924;
}