Charcoal
#08274A
BlueColor Codes
All color formats for development
HEX
#08274ARGB
rgb(8, 39, 74)HSL
hsl(212, 80%, 16%)OKLCH
oklch(0.272 0.074 254.3)CMYK
cmyk(89%, 47%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072342
2#071F3B
3#061B33
4#05172C
5#041325
6#030F1D
7#020C16
8#02080F
9#010407
Tints
Lighter variations
1#0C3B70
2#114F97
3#1563BD
4#1978E4
5#3E8EEA
6#65A5EE
7#8BBBF2
8#B2D2F6
9#D8E8FB
Tones
Muted variations
1#0B2746
2#0F2743
3#122740
4#15273C
5#182839
6#1C2836
7#1F2833
8#22282F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA1 #5EA1ED | Disabled statesSecondary iconsMuted text |
| 500 | 3086 #3086E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166A #166ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1254 #1254A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #082749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFECFB;
--charcoal-200: #C3DCF8;
--charcoal-300: #95C1F3;
--charcoal-400: #5EA1ED;
--charcoal-500: #3086E8;
--charcoal-600: #166ACA;
--charcoal-700: #1254A1;
--charcoal-800: #0D3C73;
--charcoal-900: #082749;
--charcoal-950: #05182E;
}