Charcoal
#0F2643
BlueColor Codes
All color formats for development
HEX
#0F2643RGB
rgb(15, 38, 67)HSL
hsl(213, 63%, 16%)OKLCH
oklch(0.267 0.062 255.4)CMYK
cmyk(78%, 43%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E223C
2#0C1F35
3#0B1B2F
4#091728
5#081321
6#060F1B
7#050B14
8#03080D
9#020407
Tints
Lighter variations
1#173A65
2#1F4E88
3#2762AB
4#2F77CE
5#508DD7
6#73A4DF
7#96BBE7
8#B9D1EF
9#DCE8F7
Tones
Muted variations
1#122640
2#14273D
3#17273B
4#192738
5#1C2836
6#1F2833
7#212831
8#24282E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA0 #6EA0DE | Disabled statesSecondary iconsMuted text |
| 500 | 4485 #4485D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A69 #2A69B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2154 #215491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183C #183C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #C9DCF3;
--charcoal-300: #9FC1E9;
--charcoal-400: #6EA0DE;
--charcoal-500: #4485D5;
--charcoal-600: #2A69B7;
--charcoal-700: #215491;
--charcoal-800: #183C68;
--charcoal-900: #0F2643;
--charcoal-950: #09182A;
}