Charcoal
#1F2D60
BlueColor Codes
All color formats for development
HEX
#1F2D60RGB
rgb(31, 45, 96)HSL
hsl(227, 51%, 25%)OKLCH
oklch(0.316 0.092 269)CMYK
cmyk(68%, 53%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2957
2#19244D
3#162043
4#131B3A
5#101730
6#0C1227
7#090E1D
8#060913
9#03050A
Tints
Lighter variations
1#293B7D
2#32499A
3#3B56B7
4#526BC7
5#6F84D0
6#8B9CDA
7#A8B5E3
8#C5CEEC
9#E2E6F6
Tones
Muted variations
1#222F5D
2#26315A
3#293357
4#2C3553
5#2F3750
6#33384D
7#363A4A
8#393C46
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD4 #CDD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B3 #A6B3E2 | BordersInactive statesPlaceholder text |
| 400 | 788C #788CD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526B #526BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3750 #3750A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3F #2C3F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2D #1F2D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CDD4EF;
--charcoal-300: #A6B3E2;
--charcoal-400: #788CD3;
--charcoal-500: #526BC7;
--charcoal-600: #3750A9;
--charcoal-700: #2C3F87;
--charcoal-800: #1F2D60;
--charcoal-900: #141D3E;
--charcoal-950: #0C1227;
}