Charcoal
#142D6C
BlueColor Codes
All color formats for development
HEX
#142D6CRGB
rgb(20, 45, 108)HSL
hsl(223, 69%, 25%)OKLCH
oklch(0.32 0.114 264.4)CMYK
cmyk(81%, 58%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122861
2#102456
3#0E1F4B
4#0C1B41
5#0A1636
6#08122B
7#060D20
8#040916
9#02040B
Tints
Lighter variations
1#1A3A8C
2#2048AC
3#2655CD
4#3D6ADB
5#5D83E1
6#7E9CE7
7#9EB4ED
8#BECDF3
9#DFE6F9
Tones
Muted variations
1#182F67
2#1D3163
3#21325F
4#25345A
5#2A3656
6#2E3851
7#333A4D
8#373C49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB3 #9CB3ED | BordersInactive statesPlaceholder text |
| 400 | 688B #688BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6A #3D6ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 234F #234FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3F #1C3F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142D #142D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1D #0D1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E8F9;
--charcoal-200: #C7D4F5;
--charcoal-300: #9CB3ED;
--charcoal-400: #688BE3;
--charcoal-500: #3D6ADB;
--charcoal-600: #234FBE;
--charcoal-700: #1C3F97;
--charcoal-800: #142D6C;
--charcoal-900: #0D1D45;
--charcoal-950: #08122B;
}