Charcoal
#344A7F
BlueColor Codes
All color formats for development
HEX
#344A7FRGB
rgb(52, 74, 127)HSL
hsl(222, 42%, 35%)OKLCH
oklch(0.418 0.093 265.6)CMYK
cmyk(59%, 42%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4372
2#293B65
3#243459
4#1F2D4C
5#1A253F
6#151E33
7#101626
8#0A0F19
9#05070D
Tints
Lighter variations
1#3D5896
2#4766AE
3#5A77BC
4#728BC5
5#899ECF
6#A1B2D9
7#B8C5E2
8#D0D8EC
9#E7ECF5
Tones
Muted variations
1#384C7B
2#3B4D77
3#3F4F73
4#435070
5#47526C
6#4A5368
7#4E5564
8#525661
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8097 #8097CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C79 #5C79BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415D #415D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344A #344A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2535 #25355B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6EAF5;
--charcoal-200: #D0D8EC;
--charcoal-300: #ACBADD;
--charcoal-400: #8097CB;
--charcoal-500: #5C79BC;
--charcoal-600: #415D9F;
--charcoal-700: #344A7F;
--charcoal-800: #25355B;
--charcoal-900: #18223A;
--charcoal-950: #0F1524;
}