Teal
#2B7588
CyanColor Codes
All color formats for development
HEX
#2B7588RGB
rgb(43, 117, 136)HSL
hsl(192, 52%, 35%)OKLCH
oklch(0.525 0.077 218)CMYK
cmyk(68%, 14%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27697A
2#225E6D
3#1E525F
4#1A4651
5#153B44
6#112F36
7#0D2329
8#09171B
9#040C0E
Tints
Lighter variations
1#338BA1
2#3BA1BA
3#4FAFC7
4#68BBCF
5#81C6D7
6#9AD1DF
7#B3DDE7
8#CDE8EF
9#E6F4F7
Tones
Muted variations
1#2F7283
2#34707E
3#396D7A
4#3D6A75
5#426770
6#47646C
7#4B6267
8#505F63
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE8 #CDE8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D7 #A6D7E3 | BordersInactive statesPlaceholder text |
| 400 | 77C2 #77C2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B0 #51B0C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3693 #3693AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B75 #2B7588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F54 #1F5461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F6;
--teal-200: #CDE8EF;
--teal-300: #A6D7E3;
--teal-400: #77C2D4;
--teal-500: #51B0C8;
--teal-600: #3693AB;
--teal-700: #2B7588;
--teal-800: #1F5461;
--teal-900: #14363E;
--teal-950: #0C2127;
}