Charcoal
#072E4A
BlueColor Codes
All color formats for development
HEX
#072E4ARGB
rgb(7, 46, 74)HSL
hsl(205, 83%, 16%)OKLCH
oklch(0.291 0.066 245.2)CMYK
cmyk(91%, 38%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062A43
2#06253C
3#052134
4#041C2D
5#031725
6#03131E
7#020E16
8#01090F
9#010507
Tints
Lighter variations
1#0B4772
2#0E5F99
3#1278C0
4#1690E7
5#3BA3ED
6#62B5F0
7#89C8F4
8#B1DAF8
9#D8EDFB
Tones
Muted variations
1#0A2E47
2#0E2D44
3#112D41
4#142C3D
5#182C3A
6#1B2B36
7#1F2A33
8#222A30
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEF0FC;
--charcoal-200: #C2E2F9;
--charcoal-300: #94CCF5;
--charcoal-400: #5CB2F0;
--charcoal-500: #2D9CEB;
--charcoal-600: #1380CD;
--charcoal-700: #0F66A3;
--charcoal-800: #0B4975;
--charcoal-900: #072E4B;
--charcoal-950: #041D2F;
}