Charcoal
#254A5B
BlueColor Codes
All color formats for development
HEX
#254A5BRGB
rgb(37, 74, 91)HSL
hsl(199, 42%, 25%)OKLCH
oklch(0.389 0.051 229.8)CMYK
cmyk(59%, 19%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214251
2#1E3B48
3#1A333F
4#162C36
5#12252D
6#0F1D24
7#0B161B
8#070F12
9#040709
Tints
Lighter variations
1#306076
2#3B7691
3#468CAC
4#5C9EBC
5#77AEC8
6#92BED3
7#AECEDE
8#C9DFE9
9#E4EFF4
Tones
Muted variations
1#284958
2#2A4855
3#2D4752
4#304650
5#32454D
6#35444A
7#384348
8#3A4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B3 #80B3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9E #5C9EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4181 #41819F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3467 #34677F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | 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: #F4F9FB;
--charcoal-100: #E6F0F5;
--charcoal-200: #D0E3EC;
--charcoal-300: #ACCDDD;
--charcoal-400: #80B3CB;
--charcoal-500: #5C9EBC;
--charcoal-600: #41819F;
--charcoal-700: #34677F;
--charcoal-800: #254A5B;
--charcoal-900: #182F3A;
--charcoal-950: #0F1D24;
}