Charcoal
#232A5C
BlueColor Codes
All color formats for development
HEX
#232A5CRGB
rgb(35, 42, 92)HSL
hsl(233, 45%, 25%)OKLCH
oklch(0.309 0.089 274)CMYK
cmyk(62%, 54%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202653
2#1C214A
3#191D41
4#151937
5#12152E
6#0E1125
7#0B0D1C
8#070812
9#040409
Tints
Lighter variations
1#2E3678
2#384394
3#434FB0
4#5965C0
5#747ECA
6#9098D5
7#ACB2DF
8#C8CCEA
9#E3E5F4
Tones
Muted variations
1#262C5A
2#292E57
3#2C3054
4#2F3351
5#31354E
6#34374B
7#373948
8#3A3B45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB0 #AAB0DF | BordersInactive statesPlaceholder text |
| 400 | 7E87 #7E87CE | Disabled statesSecondary iconsMuted text |
| 500 | 5965 #5965C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E49 #3E49A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313A #313A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232A #232A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2ED;
--charcoal-300: #AAB0DF;
--charcoal-400: #7E87CE;
--charcoal-500: #5965C0;
--charcoal-600: #3E49A3;
--charcoal-700: #313A81;
--charcoal-800: #232A5C;
--charcoal-900: #161B3B;
--charcoal-950: #0E1125;
}