Charcoal
#262F5A
BlueColor Codes
All color formats for development
HEX
#262F5ARGB
rgb(38, 47, 90)HSL
hsl(230, 41%, 25%)OKLCH
oklch(0.321 0.077 272.5)CMYK
cmyk(58%, 48%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222A51
2#1E2548
3#1A203F
4#171C36
5#13172D
6#0F1324
7#0B0E1B
8#080912
9#040509
Tints
Lighter variations
1#313C75
2#3C4A90
3#4758AB
4#5D6DBB
5#7885C7
6#939ED2
7#AEB6DD
8#C9CEE8
9#E4E7F4
Tones
Muted variations
1#283057
2#2B3255
3#2D3452
4#30354F
5#33374D
6#35394A
7#383B48
8#3B3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818D #818DCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6D #5D6DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4252 #42529E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3541 #35417E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D0D5EB;
--charcoal-300: #ACB4DC;
--charcoal-400: #818DCA;
--charcoal-500: #5D6DBB;
--charcoal-600: #42529E;
--charcoal-700: #35417E;
--charcoal-800: #262E5A;
--charcoal-900: #181E3A;
--charcoal-950: #0F1324;
}