Teal
#2E7585
CyanColor Codes
All color formats for development
HEX
#2E7585RGB
rgb(46, 117, 133)HSL
hsl(191, 49%, 35%)OKLCH
oklch(0.525 0.074 215.2)CMYK
cmyk(65%, 12%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296978
2#245E6A
3#20525D
4#1B4650
5#173A42
6#122F35
7#0E2328
8#09171B
9#050C0D
Tints
Lighter variations
1#368B9E
2#3EA0B6
3#52AFC4
4#6BBACC
5#84C6D5
6#9CD1DD
7#B5DDE6
8#CEE8EE
9#E6F4F7
Tones
Muted variations
1#327281
2#366F7C
3#3B6D78
4#3F6A73
5#43676F
6#48646B
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 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC1 #7AC1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B0 #54B0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3993 #3993A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E75 #2E7585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E4F3F6;
--teal-200: #CEE8EE;
--teal-300: #A8D7E1;
--teal-400: #7AC1D1;
--teal-500: #54B0C4;
--teal-600: #3993A7;
--teal-700: #2E7585;
--teal-800: #21545F;
--teal-900: #15353D;
--teal-950: #0D2126;
}