Charcoal
#1F3360
BlueColor Codes
All color formats for development
HEX
#1F3360RGB
rgb(31, 51, 96)HSL
hsl(222, 51%, 25%)OKLCH
oklch(0.33 0.084 264.3)CMYK
cmyk(68%, 47%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2E57
2#19294D
3#162443
4#131E3A
5#101930
6#0C1427
7#090F1D
8#060A13
9#03050A
Tints
Lighter variations
1#29427D
2#32519A
3#3B60B7
4#5275C7
5#6F8CD0
6#8BA3DA
7#A8BAE3
8#C5D1EC
9#E2E8F6
Tones
Muted variations
1#22345D
2#26355A
3#293757
4#2C3853
5#2F3950
6#333B4D
7#363C4A
8#393D46
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B8 #A6B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7894 #7894D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5275 #5275C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3759 #3759A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C47 #2C4787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F33 #1F3360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CDD7EF;
--charcoal-300: #A6B8E2;
--charcoal-400: #7894D3;
--charcoal-500: #5275C7;
--charcoal-600: #3759A9;
--charcoal-700: #2C4787;
--charcoal-800: #1F3360;
--charcoal-900: #14203E;
--charcoal-950: #0C1427;
}