Teal
#239085
CyanColor Codes
All color formats for development
HEX
#239085RGB
rgb(35, 144, 133)HSL
hsl(174, 61%, 35%)OKLCH
oklch(0.592 0.095 184.8)CMYK
cmyk(76%, 0%, 8%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8178
2#1C736A
3#18655D
4#155650
5#114842
6#0E3935
7#0A2B28
8#071D1B
9#030E0D
Tints
Lighter variations
1#29AA9D
2#30C5B6
3#44D2C4
4#5FD8CC
5#7ADFD5
6#94E5DD
7#AFECE6
8#CAF2EE
9#E4F9F7
Tones
Muted variations
1#288A80
2#2E857C
3#337F78
4#397A73
5#3E746F
6#436F6B
7#496A66
8#4E6462
9#545F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFB;
--teal-100: #E2F8F6;
--teal-200: #CAF2EE;
--teal-300: #A1E8E1;
--teal-400: #6FDCD1;
--teal-500: #46D2C4;
--teal-600: #2CB5A7;
--teal-700: #239085;
--teal-800: #19675F;
--teal-900: #10423D;
--teal-950: #0A2926;
}