Charcoal
#2F4350
BlueColor Codes
All color formats for development
HEX
#2F4350RGB
rgb(47, 67, 80)HSL
hsl(204, 26%, 25%)OKLCH
oklch(0.372 0.034 237.4)CMYK
cmyk(41%, 16%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3C48
2#263640
3#212F38
4#1C2830
5#182228
6#131B20
7#0E1418
8#090D10
9#050708
Tints
Lighter variations
1#3D5768
2#4B6B81
3#5A7F99
4#6E92AA
5#87A4B8
6#9FB6C6
7#B7C9D5
8#CFDBE3
9#E7EDF1
Tones
Muted variations
1#31434F
2#32424D
3#34424B
4#36424A
5#374148
6#394146
7#3B4145
8#3C4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABD | Disabled statesSecondary iconsMuted text |
| 500 | 6E92 #6E92AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5376 #53768D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425E #425E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | 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: #E9EEF2;
--charcoal-200: #D5E0E6;
--charcoal-300: #B5C7D4;
--charcoal-400: #8FAABD;
--charcoal-500: #6E92AA;
--charcoal-600: #53768D;
--charcoal-700: #425E70;
--charcoal-800: #2F4350;
--charcoal-900: #1E2B33;
--charcoal-950: #131B20;
}