Charcoal
#2F4451
BlueColor Codes
All color formats for development
HEX
#2F4451RGB
rgb(47, 68, 81)HSL
hsl(203, 27%, 25%)OKLCH
oklch(0.375 0.035 236.1)CMYK
cmyk(42%, 16%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3D49
2#253641
3#212F39
4#1C2931
5#172228
6#131B20
7#0E1418
8#090E10
9#050708
Tints
Lighter variations
1#3C5869
2#4A6C82
3#58819A
4#6D93AB
5#86A5B9
6#9EB7C7
7#B6C9D5
8#CEDBE3
9#E7EDF1
Tones
Muted variations
1#30434F
2#32434E
3#34434C
4#35424A
5#374248
6#394147
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 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAB #8EABBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D93 #6D93AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5277 #52778E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415F #415F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5E0E7;
--charcoal-300: #B5C8D4;
--charcoal-400: #8EABBE;
--charcoal-500: #6D93AB;
--charcoal-600: #52778E;
--charcoal-700: #415F71;
--charcoal-800: #2F4451;
--charcoal-900: #1E2B34;
--charcoal-950: #131B20;
}