Charcoal
#314281
BlueColor Codes
All color formats for development
HEX
#314281RGB
rgb(49, 66, 129)HSL
hsl(227, 45%, 35%)OKLCH
oklch(0.4 0.108 269.6)CMYK
cmyk(62%, 49%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3C74
2#273568
3#222F5B
4#1D284E
5#192141
6#141B34
7#0F1427
8#0A0D1A
9#05070D
Tints
Lighter variations
1#3A4F99
2#435BB1
3#576DBF
4#6F82C8
5#8797D1
6#9FACDB
7#B7C1E4
8#CFD5ED
9#E7EAF6
Tones
Muted variations
1#35457D
2#394779
3#3D4975
4#414C71
5#454E6D
6#495069
7#4D5265
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCE | Disabled statesSecondary iconsMuted text |
| 500 | 596F #596FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E54 #3E54A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3142 #314281 | 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: #E5E9F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #AAB5DF;
--charcoal-400: #7E8FCE;
--charcoal-500: #596FC0;
--charcoal-600: #3E54A3;
--charcoal-700: #314281;
--charcoal-800: #232F5C;
--charcoal-900: #161E3B;
--charcoal-950: #0E1325;
}