Teal
#2E7684
CyanColor Codes
All color formats for development
HEX
#2E7684RGB
rgb(46, 118, 132)HSL
hsl(190, 48%, 35%)OKLCH
oklch(0.527 0.074 212.6)CMYK
cmyk(65%, 11%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6A77
2#255E6A
3#20525C
4#1C474F
5#173B42
6#132F35
7#0E2328
8#09181A
9#050C0D
Tints
Lighter variations
1#378C9D
2#40A2B5
3#53B0C3
4#6CBBCB
5#84C7D4
6#9DD2DD
7#B5DDE5
8#CEE8EE
9#E6F4F6
Tones
Muted variations
1#337380
2#37707C
3#3B6D77
4#406A73
5#44686F
6#48656A
7#4C6266
8#515F62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC2 #7BC2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B1 #55B1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A94 #3A94A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E76 #2E7684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1536 #15363C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E5F3F6;
--teal-200: #CEE8EE;
--teal-300: #A8D7E1;
--teal-400: #7BC2D1;
--teal-500: #55B1C3;
--teal-600: #3A94A6;
--teal-700: #2E7684;
--teal-800: #21545E;
--teal-900: #15363C;
--teal-950: #0D2226;
}