Charcoal
#2F4450
BlueColor Codes
All color formats for development
HEX
#2F4450RGB
rgb(47, 68, 80)HSL
hsl(202, 26%, 25%)OKLCH
oklch(0.374 0.033 233.9)CMYK
cmyk(41%, 15%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3D48
2#263740
3#213038
4#1C2930
5#182228
6#131B20
7#0E1418
8#090E10
9#050708
Tints
Lighter variations
1#3D5968
2#4B6D81
3#5A8299
4#6E94AA
5#87A6B8
6#9FB8C6
7#B7CAD5
8#CFDBE3
9#E7EDF1
Tones
Muted variations
1#31444F
2#32434D
3#34434B
4#36424A
5#374248
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 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAC #8FACBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E94 #6E94AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5378 #53788D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425F #425F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C33 | 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: #B5C8D4;
--charcoal-400: #8FACBD;
--charcoal-500: #6E94AA;
--charcoal-600: #53788D;
--charcoal-700: #425F70;
--charcoal-800: #2F4450;
--charcoal-900: #1E2C33;
--charcoal-950: #131B20;
}