Charcoal
#263D5A
BlueColor Codes
All color formats for development
HEX
#263D5ARGB
rgb(38, 61, 90)HSL
hsl(213, 41%, 25%)OKLCH
oklch(0.355 0.059 254.8)CMYK
cmyk(58%, 32%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223751
2#1E3148
3#1A2B3F
4#172536
5#131F2D
6#0F1824
7#0B121B
8#080C12
9#040609
Tints
Lighter variations
1#314F75
2#3C6290
3#4774AB
4#5D88BB
5#789BC7
6#93AFD2
7#AEC3DD
8#C9D7E8
9#E4EBF4
Tones
Muted variations
1#283D57
2#2B3E55
3#2D3E52
4#303E4F
5#333E4D
6#353F4A
7#383F48
8#3B3F45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D0DCEB;
--charcoal-300: #ACC2DC;
--charcoal-400: #81A2CA;
--charcoal-500: #5D88BB;
--charcoal-600: #426C9E;
--charcoal-700: #35567E;
--charcoal-800: #263D5A;
--charcoal-900: #18273A;
--charcoal-950: #0F1824;
}