Teal
#217791
CyanColor Codes
All color formats for development
HEX
#217791RGB
rgb(33, 119, 145)HSL
hsl(194, 63%, 35%)OKLCH
oklch(0.531 0.088 222.8)CMYK
cmyk(77%, 18%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6B83
2#1A5F74
3#175366
4#144857
5#113C49
6#0D303A
7#0A242C
8#07181D
9#030C0F
Tints
Lighter variations
1#278DAC
2#2DA4C8
3#42B2D4
4#5DBDDA
5#78C8E0
6#93D3E6
7#AEDEED
8#C9E9F3
9#E4F4F9
Tones
Muted variations
1#27748C
2#2C7186
3#326E81
4#386B7B
5#3D6875
6#436570
7#48626A
8#4E5F64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC4 #6EC4DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B3 #44B3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A96 #2A96B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2177 #217791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1855 #185568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F3F8;
--teal-200: #C9E9F3;
--teal-300: #9FD8E9;
--teal-400: #6EC4DE;
--teal-500: #44B3D5;
--teal-600: #2A96B7;
--teal-700: #217791;
--teal-800: #185568;
--teal-900: #0F3743;
--teal-950: #09222A;
}