Teal
#239083
CyanColor Codes
All color formats for development
HEX
#239083RGB
rgb(35, 144, 131)HSL
hsl(173, 61%, 35%)OKLCH
oklch(0.591 0.096 183.1)CMYK
cmyk(76%, 0%, 9%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8176
2#1C7369
3#18655C
4#15564F
5#114841
6#0E3934
7#0A2B27
8#071D1A
9#030E0D
Tints
Lighter variations
1#29AA9B
2#30C5B4
3#44D2C1
4#5FD8CA
5#7ADFD3
6#94E5DC
7#AFECE5
8#CAF2ED
9#E4F9F6
Tones
Muted variations
1#288A7F
2#2E857B
3#337F76
4#397A72
5#3E746E
6#436F6A
7#496A66
8#4E6462
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 #A1E8E0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423C | 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: #A1E8E0;
--teal-400: #6FDCCF;
--teal-500: #46D2C2;
--teal-600: #2CB5A5;
--teal-700: #239083;
--teal-800: #19675E;
--teal-900: #10423C;
--teal-950: #0A2925;
}