Teal
#2F7783
CyanColor Codes
All color formats for development
HEX
#2F7783RGB
rgb(47, 119, 131)HSL
hsl(189, 47%, 35%)OKLCH
oklch(0.529 0.073 210.2)CMYK
cmyk(64%, 9%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6B76
2#265F69
3#21535C
4#1C474F
5#183B42
6#132F34
7#0E2427
8#09181A
9#050C0D
Tints
Lighter variations
1#388D9C
2#41A3B4
3#54B1C2
4#6DBCCA
5#85C7D3
6#9ED3DC
7#B6DEE5
8#CEE9ED
9#E7F4F6
Tones
Muted variations
1#33747F
2#38717B
3#3C6E77
4#406B72
5#44686E
6#48656A
7#4D6266
8#515F62
9#555C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CC3 #7CC3D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56B2 #56B2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B95 #3B95A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F77 #2F7783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4FAFB;
--teal-100: #E5F3F6;
--teal-200: #CEE9ED;
--teal-300: #A9D8E0;
--teal-400: #7CC3D0;
--teal-500: #56B2C2;
--teal-600: #3B95A5;
--teal-700: #2F7783;
--teal-800: #22555E;
--teal-900: #16363C;
--teal-950: #0E2225;
}