Charcoal
#26495A
BlueColor Codes
All color formats for development
HEX
#26495ARGB
rgb(38, 73, 90)HSL
hsl(200, 41%, 25%)OKLCH
oklch(0.387 0.05 231)CMYK
cmyk(58%, 19%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224151
2#1E3A48
3#1A333F
4#172B36
5#13242D
6#0F1D24
7#0B161B
8#080E12
9#040709
Tints
Lighter variations
1#315E75
2#3C7490
3#478AAB
4#5D9CBB
5#78ACC7
6#93BDD2
7#AECDDD
8#C9DEE8
9#E4EEF4
Tones
Muted variations
1#284857
2#2B4755
3#2D4652
4#30454F
5#33444D
6#35434A
7#384248
8#3B4145
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDC | BordersInactive statesPlaceholder text |
| 400 | 81B2 #81B2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9C #5D9CBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4280 #42809E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3565 #35657E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2648 #26485A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D0E2EB;
--charcoal-300: #ACCCDC;
--charcoal-400: #81B2CA;
--charcoal-500: #5D9CBB;
--charcoal-600: #42809E;
--charcoal-700: #35657E;
--charcoal-800: #26485A;
--charcoal-900: #182E3A;
--charcoal-950: #0F1D24;
}