Charcoal
#1D4763
BlueColor Codes
All color formats for development
HEX
#1D4763RGB
rgb(29, 71, 99)HSL
hsl(204, 55%, 25%)OKLCH
oklch(0.382 0.067 240.8)CMYK
cmyk(71%, 28%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4059
2#17394F
3#143245
4#112A3B
5#0E2331
6#0B1C28
7#09151E
8#060E14
9#03070A
Tints
Lighter variations
1#255C80
2#2E719E
3#3786BC
4#4D99CB
5#6BAAD4
6#88BBDD
7#A6CCE5
8#C4DDEE
9#E1EEF6
Tones
Muted variations
1#20465F
2#24455C
3#274558
4#2B4455
5#2E4351
6#32434E
7#35424A
8#394147
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CB #A4CBE5 | BordersInactive statesPlaceholder text |
| 400 | 75B0 #75B0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D99 #4D99CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327D #327DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2863 #28638A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D47 #1D4763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF7;
--charcoal-200: #CCE1F0;
--charcoal-300: #A4CBE5;
--charcoal-400: #75B0D7;
--charcoal-500: #4D99CB;
--charcoal-600: #327DAE;
--charcoal-700: #28638A;
--charcoal-800: #1D4763;
--charcoal-900: #122D3F;
--charcoal-950: #0B1C28;
}