Charcoal
#263C5A
BlueColor Codes
All color formats for development
HEX
#263C5ARGB
rgb(38, 60, 90)HSL
hsl(215, 41%, 25%)OKLCH
oklch(0.353 0.06 256.4)CMYK
cmyk(58%, 33%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223551
2#1E3048
3#1A2A3F
4#172436
5#131E2D
6#0F1824
7#0B121B
8#080C12
9#040609
Tints
Lighter variations
1#314D75
2#3C5F90
3#4771AB
4#5D84BB
5#7899C7
6#93ADD2
7#AEC2DD
8#C9D6E8
9#E4EBF4
Tones
Muted variations
1#283C57
2#2B3C55
3#2D3D52
4#303D4F
5#333E4D
6#353E4A
7#383E48
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 | ACC0 #ACC0DC | BordersInactive statesPlaceholder text |
| 400 | 81A0 #81A0CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D84 #5D84BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4269 #42699E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3553 #35537E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #18263A | 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: #ACC0DC;
--charcoal-400: #81A0CA;
--charcoal-500: #5D84BB;
--charcoal-600: #42699E;
--charcoal-700: #35537E;
--charcoal-800: #263B5A;
--charcoal-900: #18263A;
--charcoal-950: #0F1824;
}