Teal
#238390
CyanColor Codes
All color formats for development
HEX
#238390RGB
rgb(35, 131, 144)HSL
hsl(187, 61%, 35%)OKLCH
oklch(0.562 0.087 208.4)CMYK
cmyk(76%, 9%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7681
2#1C6973
3#185C65
4#154F56
5#114148
6#0E3439
7#0A272B
8#071A1D
9#030D0E
Tints
Lighter variations
1#299BAA
2#30B4C5
3#44C1D2
4#5FCAD8
5#7AD3DF
6#94DCE5
7#AFE5EC
8#CAEDF2
9#E4F6F9
Tones
Muted variations
1#287F8A
2#2E7B85
3#33767F
4#39727A
5#3E6E74
6#436A6F
7#49666A
8#4E6264
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #CAEDF2;
--teal-300: #A1E0E8;
--teal-400: #6FCFDC;
--teal-500: #46C2D2;
--teal-600: #2CA5B5;
--teal-700: #238390;
--teal-800: #195E67;
--teal-900: #103C42;
--teal-950: #0A2529;
}