Teal
#218491
CyanColor Codes
All color formats for development
HEX
#218491RGB
rgb(33, 132, 145)HSL
hsl(187, 63%, 35%)OKLCH
oklch(0.565 0.088 208.2)CMYK
cmyk(77%, 9%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7783
2#1A6A74
3#175D66
4#144F57
5#114249
6#0D353A
7#0A282C
8#071A1D
9#030D0F
Tints
Lighter variations
1#279DAC
2#2DB6C8
3#42C3D4
4#5DCCDA
5#78D4E0
6#93DDE6
7#AEE5ED
8#C9EEF3
9#E4F6F9
Tones
Muted variations
1#27808C
2#2C7C86
3#327781
4#38737B
5#3D6F75
6#436A70
7#48666A
8#4E6264
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED1 #6ED1DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C4 #44C4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA6 #2AA6B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2184 #218491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185F #185F68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F6F8;
--teal-200: #C9EEF3;
--teal-300: #9FE1E9;
--teal-400: #6ED1DE;
--teal-500: #44C4D5;
--teal-600: #2AA6B7;
--teal-700: #218491;
--teal-800: #185F68;
--teal-900: #0F3D43;
--teal-950: #09262A;
}