Teal
#218191
CyanColor Codes
All color formats for development
HEX
#218191RGB
rgb(33, 129, 145)HSL
hsl(189, 63%, 35%)OKLCH
oklch(0.557 0.088 211.5)CMYK
cmyk(77%, 11%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7483
2#1A6774
3#175A66
4#144D57
5#114049
6#0D333A
7#0A272C
8#071A1D
9#030D0F
Tints
Lighter variations
1#2798AC
2#2DB0C8
3#42BED4
4#5DC7DA
5#78D1E0
6#93DAE6
7#AEE3ED
8#C9ECF3
9#E4F6F9
Tones
Muted variations
1#277D8C
2#2C7986
3#327581
4#38717B
5#3D6D75
6#436970
7#48656A
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #C9ECF3;
--teal-300: #9FDEE9;
--teal-400: #6ECDDE;
--teal-500: #44BFD5;
--teal-600: #2AA2B7;
--teal-700: #218191;
--teal-800: #185C68;
--teal-900: #0F3B43;
--teal-950: #09252A;
}