Teal
#2B7288
CyanColor Codes
All color formats for development
HEX
#2B7288RGB
rgb(43, 114, 136)HSL
hsl(194, 52%, 35%)OKLCH
oklch(0.517 0.077 221.9)CMYK
cmyk(68%, 16%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27677A
2#225B6D
3#1E505F
4#1A4451
5#153944
6#112E36
7#0D2229
8#09171B
9#040B0E
Tints
Lighter variations
1#3387A1
2#3B9CBA
3#4FABC7
4#68B7CF
5#81C3D7
6#9ACFDF
7#B3DBE7
8#CDE7EF
9#E6F3F7
Tones
Muted variations
1#2F7083
2#346D7E
3#396B7A
4#3D6875
5#426670
6#47636C
7#4B6167
8#505E63
9#555C5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E3 | BordersInactive statesPlaceholder text |
| 400 | 77BF #77BFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51AC #51ACC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368F #368FAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B72 #2B7288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | 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: #F3F9FB;
--teal-100: #E4F2F6;
--teal-200: #CDE7EF;
--teal-300: #A6D5E3;
--teal-400: #77BFD4;
--teal-500: #51ACC8;
--teal-600: #368FAB;
--teal-700: #2B7288;
--teal-800: #1F5161;
--teal-900: #14343E;
--teal-950: #0C2127;
}