Teal
#238190
CyanColor Codes
All color formats for development
HEX
#238190RGB
rgb(35, 129, 144)HSL
hsl(188, 61%, 35%)OKLCH
oklch(0.557 0.086 210.7)CMYK
cmyk(76%, 10%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7481
2#1C6773
3#185A65
4#154E56
5#114148
6#0E3439
7#0A272B
8#071A1D
9#030D0E
Tints
Lighter variations
1#2999AA
2#30B1C5
3#44BFD2
4#5FC8D8
5#7AD1DF
6#94DAE5
7#AFE4EC
8#CAEDF2
9#E4F6F9
Tones
Muted variations
1#287D8A
2#2E7985
3#33757F
4#39717A
5#3E6D74
6#43696F
7#49656A
8#4E6164
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 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | 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: #A1DFE8;
--teal-400: #6FCEDC;
--teal-500: #46C0D2;
--teal-600: #2CA2B5;
--teal-700: #238190;
--teal-800: #195C67;
--teal-900: #103B42;
--teal-950: #0A2529;
}