Charcoal
#0A2448
BlueColor Codes
All color formats for development
HEX
#0A2448RGB
rgb(10, 36, 72)HSL
hsl(215, 76%, 16%)OKLCH
oklch(0.263 0.074 257.5)CMYK
cmyk(86%, 50%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092041
2#081D39
3#071932
4#06152B
5#051224
6#040E1D
7#030B16
8#02070E
9#010407
Tints
Lighter variations
1#0F366E
2#144993
3#195CB9
4#1E6EDF
5#4386E5
6#689EEA
7#8EB7F0
8#B4CFF5
9#D9E7FA
Tones
Muted variations
1#0D2445
2#102542
3#13253F
4#16263B
5#192638
6#1C2735
7#1F2732
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BD #98BDF1 | BordersInactive statesPlaceholder text |
| 400 | 629A #629AEA | Disabled statesSecondary iconsMuted text |
| 500 | 357E #357EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B62 #1B62C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154E #154E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F38 #0F3870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2448 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EBFB;
--charcoal-200: #C5DAF7;
--charcoal-300: #98BDF1;
--charcoal-400: #629AEA;
--charcoal-500: #357EE3;
--charcoal-600: #1B62C5;
--charcoal-700: #154E9D;
--charcoal-800: #0F3870;
--charcoal-900: #0A2448;
--charcoal-950: #06162D;
}