Teal
#239081
CyanColor Codes
All color formats for development
HEX
#239081RGB
rgb(35, 144, 129)HSL
hsl(172, 61%, 35%)OKLCH
oklch(0.591 0.097 181.4)CMYK
cmyk(76%, 0%, 10%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8174
2#1C7367
3#18655A
4#15564E
5#114841
6#0E3934
7#0A2B27
8#071D1A
9#030E0D
Tints
Lighter variations
1#29AA99
2#30C5B1
3#44D2BF
4#5FD8C8
5#7ADFD1
6#94E5DA
7#AFECE4
8#CAF2ED
9#E4F9F6
Tones
Muted variations
1#288A7D
2#2E8579
3#337F75
4#397A71
5#3E746D
6#436F69
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 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F5;
--teal-200: #CAF2ED;
--teal-300: #A1E8DF;
--teal-400: #6FDCCE;
--teal-500: #46D2C0;
--teal-600: #2CB5A2;
--teal-700: #239081;
--teal-800: #19675C;
--teal-900: #10423B;
--teal-950: #0A2925;
}