Charcoal
#0C2545
BlueColor Codes
All color formats for development
HEX
#0C2545RGB
rgb(12, 37, 69)HSL
hsl(214, 70%, 16%)OKLCH
oklch(0.264 0.067 255.9)CMYK
cmyk(83%, 46%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B213E
2#0A1E37
3#091A31
4#07162A
5#061223
6#050F1C
7#040B15
8#02070E
9#010407
Tints
Lighter variations
1#13386A
2#194C8E
3#205FB3
4#2673D7
5#498ADF
6#6DA1E5
7#92B9EC
8#B6D0F2
9#DBE8F9
Tones
Muted variations
1#0F2543
2#122640
3#15263D
4#18273A
5#1B2737
6#1D2734
7#202831
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBF #9BBFED | BordersInactive statesPlaceholder text |
| 400 | 679D #679DE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C82 #3C82DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2266 #2266BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B51 #1B5198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133A #133A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C25 #0C2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EBFA;
--charcoal-200: #C7DBF5;
--charcoal-300: #9BBFED;
--charcoal-400: #679DE4;
--charcoal-500: #3C82DD;
--charcoal-600: #2266BF;
--charcoal-700: #1B5198;
--charcoal-800: #133A6C;
--charcoal-900: #0C2545;
--charcoal-950: #08172B;
}