Charcoal
#0A2E47
BlueColor Codes
All color formats for development
HEX
#0A2E47RGB
rgb(10, 46, 71)HSL
hsl(205, 75%, 16%)OKLCH
oklch(0.29 0.061 243.6)CMYK
cmyk(86%, 35%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092940
2#082539
3#072032
4#061C2B
5#051724
6#04121D
7#030E15
8#02090E
9#010507
Tints
Lighter variations
1#10466D
2#155E92
3#1A76B8
4#208EDD
5#44A1E4
6#69B4EA
7#8FC7EF
8#B4DAF4
9#DAECFA
Tones
Muted variations
1#0D2D44
2#102D41
3#132C3E
4#162C3B
5#1A2B38
6#1D2B35
7#202A32
8#232A2F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFB;
--charcoal-200: #C5E2F7;
--charcoal-300: #98CCF0;
--charcoal-400: #63B1E9;
--charcoal-500: #369BE2;
--charcoal-600: #1C7EC4;
--charcoal-700: #16649C;
--charcoal-800: #104870;
--charcoal-900: #0A2E47;
--charcoal-950: #061D2D;
}