Teal
#2E7685
CyanColor Codes
All color formats for development
HEX
#2E7685RGB
rgb(46, 118, 133)HSL
hsl(190, 49%, 35%)OKLCH
oklch(0.527 0.074 213.8)CMYK
cmyk(65%, 11%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296B78
2#245F6A
3#20535D
4#1B4750
5#173B42
6#122F35
7#0E2428
8#09181B
9#050C0D
Tints
Lighter variations
1#368C9E
2#3EA2B6
3#52B1C4
4#6BBCCC
5#84C7D5
6#9CD2DD
7#B5DEE6
8#CEE9EE
9#E6F4F7
Tones
Muted variations
1#327381
2#36717C
3#3B6E78
4#3F6B73
5#43686F
6#48656B
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 | CEE9 #CEE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D8 #A8D8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC3 #7AC3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B2 #54B2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3995 #3995A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E76 #2E7685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2155 #21555F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1536 #15363D | 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: #E4F3F6;
--teal-200: #CEE9EE;
--teal-300: #A8D8E1;
--teal-400: #7AC3D1;
--teal-500: #54B2C4;
--teal-600: #3995A7;
--teal-700: #2E7685;
--teal-800: #21555F;
--teal-900: #15363D;
--teal-950: #0D2226;
}