Charcoal
#05314C
BlueColor Codes
All color formats for development
HEX
#05314CRGB
rgb(5, 49, 76)HSL
hsl(203, 88%, 16%)OKLCH
oklch(0.3 0.066 241.9)CMYK
cmyk(93%, 36%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042C45
2#04273D
3#032236
4#031E2E
5#021926
6#02141F
7#010F17
8#010A0F
9#000508
Tints
Lighter variations
1#074B75
2#0A659D
3#0D7FC6
4#0F98EE
5#36AAF2
6#5EBBF5
7#86CCF7
8#AEDDFA
9#D7EEFC
Tones
Muted variations
1#083049
2#0C3046
3#102F42
4#132E3E
5#172D3B
6#1A2C37
7#1E2B34
8#222A30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D0 #91D0F8 | BordersInactive statesPlaceholder text |
| 400 | 57B8 #57B8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A4 #27A4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D87 #0D87D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6C #0B6CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084D #084D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0531 #05314D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DDF1FD;
--charcoal-200: #C1E5FB;
--charcoal-300: #91D0F8;
--charcoal-400: #57B8F4;
--charcoal-500: #27A4F1;
--charcoal-600: #0D87D3;
--charcoal-700: #0B6CA8;
--charcoal-800: #084D78;
--charcoal-900: #05314D;
--charcoal-950: #031F30;
}