Teal
#2B7788
CyanColor Codes
All color formats for development
HEX
#2B7788RGB
rgb(43, 119, 136)HSL
hsl(191, 52%, 35%)OKLCH
oklch(0.53 0.077 215.4)CMYK
cmyk(68%, 12%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276B7A
2#225F6D
3#1E535F
4#1A4751
5#153B44
6#112F36
7#0D2429
8#09181B
9#040C0E
Tints
Lighter variations
1#338DA1
2#3BA3BA
3#4FB1C7
4#68BCCF
5#81C7D7
6#9AD3DF
7#B3DEE7
8#CDE9EF
9#E6F4F7
Tones
Muted variations
1#2F7483
2#34717E
3#396E7A
4#3D6B75
5#426870
6#47656C
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 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E3 | BordersInactive statesPlaceholder text |
| 400 | 77C3 #77C3D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B2 #51B2C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3695 #3695AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B77 #2B7788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F3F6;
--teal-200: #CDE9EF;
--teal-300: #A6D8E3;
--teal-400: #77C3D4;
--teal-500: #51B2C8;
--teal-600: #3695AB;
--teal-700: #2B7788;
--teal-800: #1F5561;
--teal-900: #14363E;
--teal-950: #0C2227;
}