Charcoal
#1F2261
BlueColor Codes
All color formats for development
HEX
#1F2261RGB
rgb(31, 34, 97)HSL
hsl(237, 52%, 25%)OKLCH
oklch(0.293 0.11 275.2)CMYK
cmyk(68%, 65%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1F57
2#181B4E
3#151844
4#12143A
5#0F1130
6#0C0E27
7#090A1D
8#060713
9#03030A
Tints
Lighter variations
1#282C7E
2#31369B
3#3A40B8
4#5157C8
5#6E73D1
6#8B8FDA
7#A8ABE3
8#C5C7ED
9#E2E3F6
Tones
Muted variations
1#22255E
2#25285A
3#292B57
4#2C2E54
5#2F3150
6#32344D
7#36374A
8#393A46
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCE #CDCEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A9 #A6A9E3 | BordersInactive statesPlaceholder text |
| 400 | 777C #777CD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5157 #5157C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363C #363CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2F #2B2F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F22 #1F2261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F6;
--charcoal-200: #CDCEEF;
--charcoal-300: #A6A9E3;
--charcoal-400: #777CD4;
--charcoal-500: #5157C8;
--charcoal-600: #363CAB;
--charcoal-700: #2B2F88;
--charcoal-800: #1F2261;
--charcoal-900: #14163E;
--charcoal-950: #0C0E27;
}