Charcoal
#0A2B48
BlueColor Codes
All color formats for development
HEX
#0A2B48RGB
rgb(10, 43, 72)HSL
hsl(208, 76%, 16%)OKLCH
oklch(0.282 0.065 249)CMYK
cmyk(86%, 40%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092741
2#082239
3#071E32
4#061A2B
5#051524
6#04111D
7#030D16
8#02090E
9#010407
Tints
Lighter variations
1#0F416E
2#145893
3#196EB9
4#1E85DF
5#4399E5
6#68AEEA
7#8EC2F0
8#B4D6F5
9#D9EBFA
Tones
Muted variations
1#0D2B45
2#102A42
3#132A3F
4#162A3B
5#192A38
6#1C2A35
7#1F2932
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 #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C7 #98C7F1 | BordersInactive statesPlaceholder text |
| 400 | 62AA #62AAEA | Disabled statesSecondary iconsMuted text |
| 500 | 3592 #3592E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B76 #1B76C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155E #155E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F43 #0F4370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2B #0A2B48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFB;
--charcoal-200: #C5E0F7;
--charcoal-300: #98C7F1;
--charcoal-400: #62AAEA;
--charcoal-500: #3592E3;
--charcoal-600: #1B76C5;
--charcoal-700: #155E9D;
--charcoal-800: #0F4370;
--charcoal-900: #0A2B48;
--charcoal-950: #061B2D;
}