Charcoal
#25425B
BlueColor Codes
All color formats for development
HEX
#25425BRGB
rgb(37, 66, 91)HSL
hsl(208, 42%, 25%)OKLCH
oklch(0.368 0.056 246.1)CMYK
cmyk(59%, 27%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213B51
2#1E3448
3#1A2E3F
4#162736
5#12212D
6#0F1A24
7#0B141B
8#070D12
9#040709
Tints
Lighter variations
1#305576
2#3B6991
3#467DAC
4#5C8FBC
5#77A2C8
6#92B5D3
7#AEC7DE
8#C9DAE9
9#E4ECF4
Tones
Muted variations
1#284158
2#2A4155
3#2D4152
4#304150
5#32414D
6#35404A
7#384048
8#3A4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DD | BordersInactive statesPlaceholder text |
| 400 | 80A8 #80A8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8F #5C8FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4173 #41739F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345C #345C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2542 #25425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E6EEF5;
--charcoal-200: #D0DFEC;
--charcoal-300: #ACC6DD;
--charcoal-400: #80A8CB;
--charcoal-500: #5C8FBC;
--charcoal-600: #41739F;
--charcoal-700: #345C7F;
--charcoal-800: #25425B;
--charcoal-900: #182A3A;
--charcoal-950: #0F1A24;
}