Charcoal
#0A3048
BlueColor Codes
All color formats for development
HEX
#0A3048RGB
rgb(10, 48, 72)HSL
hsl(203, 76%, 16%)OKLCH
oklch(0.296 0.06 241.3)CMYK
cmyk(86%, 33%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092B41
2#082639
3#072232
4#061D2B
5#051824
6#04131D
7#030E16
8#020A0E
9#010507
Tints
Lighter variations
1#0F496E
2#146293
3#197CB9
4#1E95DF
5#43A7E5
6#68B9EA
7#8ECAF0
8#B4DCF5
9#D9EDFA
Tones
Muted variations
1#0D2F45
2#102F42
3#132E3F
4#162D3B
5#192C38
6#1C2C35
7#1F2B32
8#232A2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F0FB;
--charcoal-200: #C5E4F7;
--charcoal-300: #98CFF1;
--charcoal-400: #62B6EA;
--charcoal-500: #35A1E3;
--charcoal-600: #1B84C5;
--charcoal-700: #15699D;
--charcoal-800: #0F4B70;
--charcoal-900: #0A3048;
--charcoal-950: #061E2D;
}