Teal
#218291
CyanColor Codes
All color formats for development
HEX
#218291RGB
rgb(33, 130, 145)HSL
hsl(188, 63%, 35%)OKLCH
oklch(0.56 0.088 210.4)CMYK
cmyk(77%, 10%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7583
2#1A6874
3#175B66
4#144E57
5#114149
6#0D343A
7#0A272C
8#071A1D
9#030D0F
Tints
Lighter variations
1#279BAC
2#2DB3C8
3#42C1D4
4#5DC9DA
5#78D2E0
6#93DBE6
7#AEE4ED
8#C9EDF3
9#E4F6F9
Tones
Muted variations
1#277E8C
2#2C7A86
3#327681
4#38727B
5#3D6E75
6#436A70
7#48666A
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | 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: #C9EDF3;
--teal-300: #9FDFE9;
--teal-400: #6ECFDE;
--teal-500: #44C1D5;
--teal-600: #2AA4B7;
--teal-700: #218291;
--teal-800: #185D68;
--teal-900: #0F3C43;
--teal-950: #09252A;
}