Charcoal
#131B3E
BlueColor Codes
All color formats for development
HEX
#131B3ERGB
rgb(19, 27, 62)HSL
hsl(229, 53%, 16%)OKLCH
oklch(0.237 0.068 270.8)CMYK
cmyk(69%, 56%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111838
2#0F1632
3#0D132C
4#0C1025
5#0A0E1F
6#080B19
7#060813
8#04050C
9#020306
Tints
Lighter variations
1#1D295F
2#273880
3#3146A1
4#3B54C2
5#5B70CD
6#7C8DD7
7#9DA9E1
8#BDC6EB
9#DEE2F5
Tones
Muted variations
1#151C3C
2#181E3A
3#1A1F38
4#1C2136
5#1E2234
6#202331
7#22252F
8#24262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD3 #CCD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B1 #A5B1E3 | BordersInactive statesPlaceholder text |
| 400 | 7688 #7688D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F66 #4F66C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 354B #354BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3B #2A3B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2A #1E2A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131B #131B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F7;
--charcoal-200: #CCD3EF;
--charcoal-300: #A5B1E3;
--charcoal-400: #7688D5;
--charcoal-500: #4F66C9;
--charcoal-600: #354BAC;
--charcoal-700: #2A3B89;
--charcoal-800: #1E2A62;
--charcoal-900: #131B3E;
--charcoal-950: #0C1127;
}