Teal
#217D91
CyanColor Codes
All color formats for development
HEX
#217D91RGB
rgb(33, 125, 145)HSL
hsl(191, 63%, 35%)OKLCH
oklch(0.547 0.087 216)CMYK
cmyk(77%, 14%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7083
2#1A6474
3#175766
4#144B57
5#113E49
6#0D323A
7#0A252C
8#07191D
9#030C0F
Tints
Lighter variations
1#2794AC
2#2DABC8
3#42B9D4
4#5DC3DA
5#78CDE0
6#93D7E6
7#AEE1ED
8#C9EBF3
9#E4F5F9
Tones
Muted variations
1#27798C
2#2C7686
3#327281
4#386F7B
5#3D6B75
6#436770
7#48646A
8#4E6064
9#545D5F
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 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC9 #6EC9DE | Disabled statesSecondary iconsMuted text |
| 500 | 44BA #44BAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9D #2A9DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217D #217D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1859 #185968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #C9EBF3;
--teal-300: #9FDCE9;
--teal-400: #6EC9DE;
--teal-500: #44BAD5;
--teal-600: #2A9DB7;
--teal-700: #217D91;
--teal-800: #185968;
--teal-900: #0F3943;
--teal-950: #09242A;
}