Charcoal
#25385B
BlueColor Codes
All color formats for development
HEX
#25385BRGB
rgb(37, 56, 91)HSL
hsl(219, 42%, 25%)OKLCH
oklch(0.343 0.067 261.8)CMYK
cmyk(59%, 38%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213251
2#1E2D48
3#1A273F
4#162136
5#121C2D
6#0F1624
7#0B111B
8#070B12
9#040609
Tints
Lighter variations
1#304876
2#3B5991
3#466AAC
4#5C7EBC
5#7793C8
6#92A9D3
7#AEBEDE
8#C9D4E9
9#E4E9F4
Tones
Muted variations
1#283958
2#2A3955
3#2D3A52
4#303B50
5#323C4D
6#353D4A
7#383D48
8#3A3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDD | BordersInactive statesPlaceholder text |
| 400 | 809B #809BCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7E #5C7EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4162 #41629F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344E #344E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2538 #25385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6EBF5;
--charcoal-200: #D0DAEC;
--charcoal-300: #ACBDDD;
--charcoal-400: #809BCB;
--charcoal-500: #5C7EBC;
--charcoal-600: #41629F;
--charcoal-700: #344E7F;
--charcoal-800: #25385B;
--charcoal-900: #18243A;
--charcoal-950: #0F1624;
}