Teal
#2E7185
CyanColor Codes
All color formats for development
HEX
#2E7185RGB
rgb(46, 113, 133)HSL
hsl(194, 49%, 35%)OKLCH
oklch(0.514 0.074 220.7)CMYK
cmyk(65%, 15%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296578
2#245A6A
3#204F5D
4#1B4450
5#173842
6#122D35
7#0E2228
8#09171B
9#050B0D
Tints
Lighter variations
1#36859E
2#3E9AB6
3#52A9C4
4#6BB6CC
5#84C2D5
6#9CCEDD
7#B5DAE6
8#CEE7EE
9#E6F3F7
Tones
Muted variations
1#326E81
2#366C7C
3#3B6A78
4#3F6773
5#43656F
6#48636B
7#4C6066
8#515E62
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABD #7ABDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AA #54AAC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398E #398EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E71 #2E7185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F2F6;
--teal-200: #CEE7EE;
--teal-300: #A8D4E1;
--teal-400: #7ABDD1;
--teal-500: #54AAC4;
--teal-600: #398EA7;
--teal-700: #2E7185;
--teal-800: #21505F;
--teal-900: #15333D;
--teal-950: #0D2026;
}