Charcoal
#314181
BlueColor Codes
All color formats for development
HEX
#314181RGB
rgb(49, 65, 129)HSL
hsl(228, 45%, 35%)OKLCH
oklch(0.397 0.109 270.2)CMYK
cmyk(62%, 50%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3B74
2#273468
3#222E5B
4#1D274E
5#192141
6#141A34
7#0F1427
8#0A0D1A
9#05070D
Tints
Lighter variations
1#3A4D99
2#4359B1
3#576CBF
4#6F81C8
5#8796D1
6#9FABDB
7#B7C0E4
8#CFD5ED
9#E7EAF6
Tones
Muted variations
1#35447D
2#394679
3#3D4875
4#414B71
5#454D6D
6#495069
7#4D5265
8#515461
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #AAB5DF;
--charcoal-400: #7E8ECE;
--charcoal-500: #596DC0;
--charcoal-600: #3E52A3;
--charcoal-700: #314181;
--charcoal-800: #232F5C;
--charcoal-900: #161E3B;
--charcoal-950: #0E1325;
}