Teal
#217B91
CyanColor Codes
All color formats for development
HEX
#217B91RGB
rgb(33, 123, 145)HSL
hsl(192, 63%, 35%)OKLCH
oklch(0.542 0.087 218.2)CMYK
cmyk(77%, 15%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6F83
2#1A6274
3#175666
4#144A57
5#113D49
6#0D313A
7#0A252C
8#07191D
9#030C0F
Tints
Lighter variations
1#2792AC
2#2DA9C8
3#42B7D4
4#5DC1DA
5#78CBE0
6#93D6E6
7#AEE0ED
8#C9EAF3
9#E4F5F9
Tones
Muted variations
1#27788C
2#2C7486
3#327181
4#386D7B
5#3D6A75
6#436770
7#48636A
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 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC7 #6EC7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B8 #44B8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9B #2A9BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217B #217B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1858 #185868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | 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: #9FDBE9;
--teal-400: #6EC7DE;
--teal-500: #44B8D5;
--teal-600: #2A9BB7;
--teal-700: #217B91;
--teal-800: #185868;
--teal-900: #0F3843;
--teal-950: #09232A;
}