Charcoal
#264F5A
CyanColor Codes
All color formats for development
HEX
#264F5ARGB
rgb(38, 79, 90)HSL
hsl(193, 41%, 25%)OKLCH
oklch(0.403 0.049 217.5)CMYK
cmyk(58%, 12%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224751
2#1E3F48
3#1A373F
4#172F36
5#13272D
6#0F1F24
7#0B181B
8#081012
9#040809
Tints
Lighter variations
1#316675
2#3C7E90
3#4795AB
4#5DA7BB
5#78B6C7
6#93C4D2
7#AED3DD
8#C9E2E8
9#E4F0F4
Tones
Muted variations
1#284D57
2#2B4C55
3#2D4A52
4#30494F
5#33474D
6#35464A
7#384448
8#3B4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DC | BordersInactive statesPlaceholder text |
| 400 | 81BA #81BACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA7 #5DA7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428A #428A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356E #356E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D0E6EB;
--charcoal-300: #ACD2DC;
--charcoal-400: #81BACA;
--charcoal-500: #5DA7BB;
--charcoal-600: #428A9E;
--charcoal-700: #356E7E;
--charcoal-800: #264F5A;
--charcoal-900: #18323A;
--charcoal-950: #0F1F24;
}