Charcoal
#2F4851
BlueColor Codes
All color formats for development
HEX
#2F4851RGB
rgb(47, 72, 81)HSL
hsl(196, 27%, 25%)OKLCH
oklch(0.385 0.034 222.5)CMYK
cmyk(42%, 11%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4149
2#253941
3#213239
4#1C2B31
5#172428
6#131D20
7#0E1618
8#090E10
9#050708
Tints
Lighter variations
1#3C5D69
2#4A7382
3#58889A
4#6D9BAB
5#86ABB9
6#9EBCC7
7#B6CDD5
8#CEDEE3
9#E7EEF1
Tones
Muted variations
1#30474F
2#32464E
3#34454C
4#35454A
5#374448
6#394347
7#3B4245
8#3C4143
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB1 #8EB1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9B #6D9BAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527E #527E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B5CCD4;
--charcoal-400: #8EB1BE;
--charcoal-500: #6D9BAB;
--charcoal-600: #527E8E;
--charcoal-700: #416471;
--charcoal-800: #2F4851;
--charcoal-900: #1E2E34;
--charcoal-950: #131D20;
}