Charcoal
#0A2F48
BlueColor Codes
All color formats for development
HEX
#0A2F48RGB
rgb(10, 47, 72)HSL
hsl(204, 76%, 16%)OKLCH
oklch(0.293 0.061 243)CMYK
cmyk(86%, 35%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092A41
2#082639
3#072132
4#061C2B
5#051824
6#04131D
7#030E16
8#02090E
9#010507
Tints
Lighter variations
1#0F486E
2#146093
3#1979B9
4#1E92DF
5#43A4E5
6#68B6EA
7#8EC9F0
8#B4DBF5
9#D9EDFA
Tones
Muted variations
1#0D2E45
2#102E42
3#132D3F
4#162D3B
5#192C38
6#1C2B35
7#1F2B32
8#232A2F
9#26292C
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 | C5E3 #C5E3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CD #98CDF1 | BordersInactive statesPlaceholder text |
| 400 | 62B3 #62B3EA | Disabled statesSecondary iconsMuted text |
| 500 | 359E #359EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B81 #1B81C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1567 #15679D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F49 #0F4970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2F #0A2F48 | 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: #F2F9FD;
--charcoal-100: #E0F0FB;
--charcoal-200: #C5E3F7;
--charcoal-300: #98CDF1;
--charcoal-400: #62B3EA;
--charcoal-500: #359EE3;
--charcoal-600: #1B81C5;
--charcoal-700: #15679D;
--charcoal-800: #0F4970;
--charcoal-900: #0A2F48;
--charcoal-950: #061D2D;
}