Charcoal
#2F4550
BlueColor Codes
All color formats for development
HEX
#2F4550RGB
rgb(47, 69, 80)HSL
hsl(200, 26%, 25%)OKLCH
oklch(0.377 0.033 230.4)CMYK
cmyk(41%, 14%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3E48
2#263740
3#213038
4#1C2A30
5#182328
6#131C20
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3D5A68
2#4B6F81
3#5A8499
4#6E96AA
5#87A8B8
6#9FB9C6
7#B7CBD5
8#CFDCE3
9#E7EEF1
Tones
Muted variations
1#31454F
2#32444D
3#34444B
4#36434A
5#374348
6#394246
7#3B4145
8#3C4143
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAD #8FADBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E96 #6E96AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537A #537A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4261 #426170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F45 #2F4550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EFF2;
--charcoal-200: #D5E1E6;
--charcoal-300: #B5C9D4;
--charcoal-400: #8FADBD;
--charcoal-500: #6E96AA;
--charcoal-600: #537A8D;
--charcoal-700: #426170;
--charcoal-800: #2F4550;
--charcoal-900: #1E2C33;
--charcoal-950: #131C20;
}