Charcoal
#263E5A
BlueColor Codes
All color formats for development
HEX
#263E5ARGB
rgb(38, 62, 90)HSL
hsl(212, 41%, 25%)OKLCH
oklch(0.358 0.057 253.1)CMYK
cmyk(58%, 31%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223851
2#1E3248
3#1A2B3F
4#172536
5#131F2D
6#0F1924
7#0B131B
8#080C12
9#040609
Tints
Lighter variations
1#315175
2#3C6390
3#4776AB
4#5D89BB
5#789DC7
6#93B0D2
7#AEC4DD
8#C9D8E8
9#E4EBF4
Tones
Muted variations
1#283E57
2#2B3E55
3#2D3F52
4#303F4F
5#333F4D
6#353F4A
7#383F48
8#3B3F45
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC3 #ACC3DC | BordersInactive statesPlaceholder text |
| 400 | 81A3 #81A3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D89 #5D89BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426D #426D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3557 #35577E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263E #263E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D0DDEB;
--charcoal-300: #ACC3DC;
--charcoal-400: #81A3CA;
--charcoal-500: #5D89BB;
--charcoal-600: #426D9E;
--charcoal-700: #35577E;
--charcoal-800: #263E5A;
--charcoal-900: #18283A;
--charcoal-950: #0F1924;
}