Charcoal
#263459
BlueColor Codes
All color formats for development
HEX
#263459RGB
rgb(38, 52, 89)HSL
hsl(224, 40%, 25%)OKLCH
oklch(0.332 0.068 267)CMYK
cmyk(57%, 42%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222F50
2#1F2947
3#1B243E
4#171F36
5#131A2D
6#0F1524
7#0B101B
8#080A12
9#040509
Tints
Lighter variations
1#324374
2#3D538F
3#4963AA
4#5E77BA
5#798EC6
6#94A4D1
7#AFBBDD
8#C9D2E8
9#E4E8F4
Tones
Muted variations
1#293557
2#2B3654
3#2E3752
4#30394F
5#333A4D
6#363B4A
7#383C47
8#3B3D45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8295 #8295C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E77 #5E77BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435B #435B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #263459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D8EB;
--charcoal-300: #ADB9DC;
--charcoal-400: #8295C9;
--charcoal-500: #5E77BA;
--charcoal-600: #435B9D;
--charcoal-700: #36497D;
--charcoal-800: #263459;
--charcoal-900: #182139;
--charcoal-950: #0F1524;
}