Teal
#2B7888
CyanColor Codes
All color formats for development
HEX
#2B7888RGB
rgb(43, 120, 136)HSL
hsl(190, 52%, 35%)OKLCH
oklch(0.533 0.078 214.1)CMYK
cmyk(68%, 12%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#276C7A
2#22606D
3#1E545F
4#1A4851
5#153C44
6#113036
7#0D2429
8#09181B
9#040C0E
Tints
Lighter variations
1#338FA1
2#3BA5BA
3#4FB3C7
4#68BECF
5#81C9D7
6#9AD4DF
7#B3DFE7
8#CDE9EF
9#E6F4F7
Tones
Muted variations
1#2F7583
2#34727E
3#396F7A
4#3D6C75
5#426970
6#47666C
7#4B6367
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 | A6D9 #A6D9E3 | BordersInactive statesPlaceholder text |
| 400 | 77C5 #77C5D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B4 #51B4C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3697 #3697AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B78 #2B7888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F56 #1F5661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | 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: #A6D9E3;
--teal-400: #77C5D4;
--teal-500: #51B4C8;
--teal-600: #3697AB;
--teal-700: #2B7888;
--teal-800: #1F5661;
--teal-900: #14373E;
--teal-950: #0C2227;
}