Teal
#217F91
CyanColor Codes
All color formats for development
HEX
#217F91RGB
rgb(33, 127, 145)HSL
hsl(190, 63%, 35%)OKLCH
oklch(0.552 0.087 213.7)CMYK
cmyk(77%, 12%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7283
2#1A6574
3#175966
4#144C57
5#113F49
6#0D333A
7#0A262C
8#07191D
9#030D0F
Tints
Lighter variations
1#2796AC
2#2DAEC8
3#42BCD4
4#5DC5DA
5#78CFE0
6#93D9E6
7#AEE2ED
8#C9ECF3
9#E4F5F9
Tones
Muted variations
1#277B8C
2#2C7786
3#327381
4#38707B
5#3D6C75
6#436870
7#48646A
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDD #9FDDE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECB #6ECBDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BC #44BCD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9F #2A9FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217F #217F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185B #185B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | 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: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #C9ECF3;
--teal-300: #9FDDE9;
--teal-400: #6ECBDE;
--teal-500: #44BCD5;
--teal-600: #2A9FB7;
--teal-700: #217F91;
--teal-800: #185B68;
--teal-900: #0F3A43;
--teal-950: #09242A;
}