Teal
#217991
CyanColor Codes
All color formats for development
HEX
#217991RGB
rgb(33, 121, 145)HSL
hsl(193, 63%, 35%)OKLCH
oklch(0.536 0.088 220.5)CMYK
cmyk(77%, 17%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6D83
2#1A6174
3#175566
4#144957
5#113D49
6#0D303A
7#0A242C
8#07181D
9#030C0F
Tints
Lighter variations
1#2790AC
2#2DA6C8
3#42B4D4
4#5DBFDA
5#78CAE0
6#93D4E6
7#AEDFED
8#C9EAF3
9#E4F4F9
Tones
Muted variations
1#27768C
2#2C7386
3#327081
4#386C7B
5#3D6975
6#436670
7#48636A
8#4E6064
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #C9EAF3;
--teal-300: #9FD9E9;
--teal-400: #6EC6DE;
--teal-500: #44B5D5;
--teal-600: #2A98B7;
--teal-700: #217991;
--teal-800: #185768;
--teal-900: #0F3743;
--teal-950: #09232A;
}