Charcoal
#244B5C
BlueColor Codes
All color formats for development
HEX
#244B5CRGB
rgb(36, 75, 92)HSL
hsl(198, 44%, 25%)OKLCH
oklch(0.392 0.053 228.7)CMYK
cmyk(61%, 18%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204353
2#1D3C49
3#193440
4#152D37
5#12252E
6#0E1E25
7#0B161C
8#070F12
9#040709
Tints
Lighter variations
1#2E6177
2#397893
3#448EAE
4#5AA0BF
5#75B0C9
6#91C0D4
7#ACD0DF
8#C8DFEA
9#E3EFF4
Tones
Muted variations
1#274A59
2#294956
3#2C4853
4#2F4651
5#32454E
6#35444B
7#374348
8#3A4245
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7EB5 #7EB5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA0 #5AA0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F84 #3F84A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3269 #326981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244B #244B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE4EC;
--charcoal-300: #ABCFDE;
--charcoal-400: #7EB5CD;
--charcoal-500: #5AA0BF;
--charcoal-600: #3F84A2;
--charcoal-700: #326981;
--charcoal-800: #244B5C;
--charcoal-900: #17303B;
--charcoal-950: #0E1E25;
}