Charcoal
#315F81
BlueColor Codes
All color formats for development
HEX
#315F81RGB
rgb(49, 95, 129)HSL
hsl(206, 45%, 35%)OKLCH
oklch(0.468 0.075 242.7)CMYK
cmyk(62%, 26%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5574
2#274C68
3#22425B
4#1D394E
5#192F41
6#142634
7#0F1C27
8#0A131A
9#05090D
Tints
Lighter variations
1#3A7099
2#4382B1
3#5792BF
4#6FA2C8
5#87B1D1
6#9FC1DB
7#B7D0E4
8#CFE0ED
9#E7EFF6
Tones
Muted variations
1#355E7D
2#395E79
3#3D5D75
4#415C71
5#455C6D
6#495B69
7#4D5B65
8#515A61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #AAC8DF;
--charcoal-400: #7EABCE;
--charcoal-500: #5993C0;
--charcoal-600: #3E77A3;
--charcoal-700: #315F81;
--charcoal-800: #23445C;
--charcoal-900: #162B3B;
--charcoal-950: #0E1B25;
}