Charcoal
#07344B
BlueColor Codes
All color formats for development
HEX
#07344BRGB
rgb(7, 52, 75)HSL
hsl(200, 83%, 16%)OKLCH
oklch(0.309 0.062 236.9)CMYK
cmyk(91%, 31%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062F43
2#062A3C
3#052434
4#041F2D
5#031A25
6#03151E
7#021016
8#010A0F
9#010507
Tints
Lighter variations
1#0B4F72
2#0E6B99
3#1286C0
4#16A1E7
5#3BB2ED
6#62C1F0
7#89D1F4
8#B1E0F8
9#D8F0FB
Tones
Muted variations
1#0A3347
2#0E3244
3#113141
4#14303D
5#182E3A
6#1B2D36
7#1F2C33
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D5 #94D5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBE #5CBEF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAC #2DACEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138F #138FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F72 #0F72A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF2FC;
--charcoal-200: #C2E7F9;
--charcoal-300: #94D5F5;
--charcoal-400: #5CBEF0;
--charcoal-500: #2DACEB;
--charcoal-600: #138FCD;
--charcoal-700: #0F72A3;
--charcoal-800: #0B5175;
--charcoal-900: #07344B;
--charcoal-950: #04212F;
}