Charcoal
#0A2948
BlueColor Codes
All color formats for development
HEX
#0A2948RGB
rgb(10, 41, 72)HSL
hsl(210, 76%, 16%)OKLCH
oklch(0.277 0.068 251.7)CMYK
cmyk(86%, 43%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092541
2#082139
3#071D32
4#06182B
5#051424
6#04101D
7#030C16
8#02080E
9#010407
Tints
Lighter variations
1#0F3E6E
2#145493
3#1969B9
4#1E7EDF
5#4394E5
6#68A9EA
7#8EBFF0
8#B4D4F5
9#D9EAFA
Tones
Muted variations
1#0D2945
2#102942
3#13293F
4#16293B
5#192938
6#1C2935
7#1F2932
8#23292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DE #C5DEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C4 #98C4F1 | BordersInactive statesPlaceholder text |
| 400 | 62A6 #62A6EA | Disabled statesSecondary iconsMuted text |
| 500 | 358C #358CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B70 #1B70C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1559 #15599D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F40 #0F4070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A29 #0A2948 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EDFB;
--charcoal-200: #C5DEF7;
--charcoal-300: #98C4F1;
--charcoal-400: #62A6EA;
--charcoal-500: #358CE3;
--charcoal-600: #1B70C5;
--charcoal-700: #15599D;
--charcoal-800: #0F4070;
--charcoal-900: #0A2948;
--charcoal-950: #061A2D;
}