Charcoal
#0C2A46
BlueColor Codes
All color formats for development
HEX
#0C2A46RGB
rgb(12, 42, 70)HSL
hsl(209, 71%, 16%)OKLCH
oklch(0.279 0.063 249.9)CMYK
cmyk(83%, 40%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B263F
2#092138
3#081D31
4#07192A
5#061523
6#05111C
7#040D15
8#02080E
9#010407
Tints
Lighter variations
1#12406A
2#18568F
3#1E6CB4
4#2581D8
5#4896E0
6#6CABE6
7#91C0EC
8#B6D5F3
9#DAEAF9
Tones
Muted variations
1#0F2A43
2#122A40
3#15293D
4#17293A
5#1A2937
6#1D2934
7#202931
8#23292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6EE | BordersInactive statesPlaceholder text |
| 400 | 66A8 #66A8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8F #3B8FDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2173 #2173C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A5B #1A5B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1241 #12416D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A46 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFA;
--charcoal-200: #C6DFF5;
--charcoal-300: #9BC6EE;
--charcoal-400: #66A8E5;
--charcoal-500: #3B8FDE;
--charcoal-600: #2173C0;
--charcoal-700: #1A5B99;
--charcoal-800: #12416D;
--charcoal-900: #0C2A46;
--charcoal-950: #071A2C;
}