Teal
#306F82
CyanColor Codes
All color formats for development
HEX
#306F82RGB
rgb(48, 111, 130)HSL
hsl(194, 46%, 35%)OKLCH
oklch(0.509 0.071 220.6)CMYK
cmyk(63%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6475
2#275968
3#224E5B
4#1D434E
5#183841
6#132C34
7#0E2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#39849B
2#4298B3
3#56A7C0
4#6EB4C9
5#86C0D2
6#9ECDDB
7#B6D9E4
8#CFE6ED
9#E7F2F6
Tones
Muted variations
1#346D7E
2#386B7A
3#3D6976
4#416672
5#45646E
6#49626A
7#4D6066
8#515E61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D3 #A9D3DF | BordersInactive statesPlaceholder text |
| 400 | 7DBC #7DBCCF | Disabled statesSecondary iconsMuted text |
| 500 | 57A8 #57A8C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8C #3D8CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306F #306F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224F #224F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F2F5;
--teal-200: #CFE6ED;
--teal-300: #A9D3DF;
--teal-400: #7DBCCF;
--teal-500: #57A8C1;
--teal-600: #3D8CA4;
--teal-700: #306F82;
--teal-800: #224F5D;
--teal-900: #16333C;
--teal-950: #0E2025;
}