Teal
#2F5F83
BlueColor Codes
All color formats for development
HEX
#2F5F83RGB
rgb(47, 95, 131)HSL
hsl(206, 47%, 35%)OKLCH
oklch(0.468 0.079 243.3)CMYK
cmyk(64%, 27%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B5576
2#264C69
3#21425C
4#1C394F
5#182F42
6#132634
7#0E1C27
8#09131A
9#05090D
Tints
Lighter variations
1#38709C
2#4182B4
3#5492C2
4#6DA2CA
5#85B1D3
6#9EC1DC
7#B6D0E5
8#CEE0ED
9#E7EFF6
Tones
Muted variations
1#335E7F
2#385E7B
3#3C5D77
4#405D72
5#445C6E
6#485B6A
7#4D5B66
8#515A62
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C8 #A9C8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CAB #7CABD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5693 #5693C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B77 #3B77A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F5F #2F5F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2244 #22445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EEF6;
--teal-200: #CEE0ED;
--teal-300: #A9C8E0;
--teal-400: #7CABD0;
--teal-500: #5693C2;
--teal-600: #3B77A5;
--teal-700: #2F5F83;
--teal-800: #22445E;
--teal-900: #162B3C;
--teal-950: #0E1B25;
}