Charcoal
#314781
BlueColor Codes
All color formats for development
HEX
#314781RGB
rgb(49, 71, 129)HSL
hsl(224, 45%, 35%)OKLCH
oklch(0.411 0.101 266.4)CMYK
cmyk(62%, 45%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3F74
2#273868
3#22315B
4#1D2A4E
5#192341
6#141C34
7#0F1527
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3A5499
2#4361B1
3#5773BF
4#6F87C8
5#879BD1
6#9FAFDB
7#B7C3E4
8#CFD7ED
9#E7EBF6
Tones
Muted variations
1#35487D
2#394A79
3#3D4C75
4#414E71
5#45506D
6#495269
7#4D5465
8#515661
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7ED;
--charcoal-300: #AAB8DF;
--charcoal-400: #7E93CE;
--charcoal-500: #5974C0;
--charcoal-600: #3E59A3;
--charcoal-700: #314781;
--charcoal-800: #23325C;
--charcoal-900: #16203B;
--charcoal-950: #0E1425;
}