Charcoal
#124A6E
BlueColor Codes
All color formats for development
HEX
#124A6ERGB
rgb(18, 74, 110)HSL
hsl(203, 72%, 25%)OKLCH
oklch(0.393 0.083 242.2)CMYK
cmyk(84%, 33%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104363
2#0E3C58
3#0C344D
4#0B2D42
5#092537
6#071E2C
7#051621
8#040F16
9#02070B
Tints
Lighter variations
1#17618F
2#1D77AF
3#228DD0
4#3AA0DF
5#5BAFE4
6#7BBFEA
7#9CCFEF
8#BDDFF4
9#DEEFFA
Tones
Muted variations
1#164969
2#1B4864
3#204760
4#24465B
5#294557
6#2D4452
7#32434E
8#374249
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA0 #3AA0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F83 #1F83C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1968 #19689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124A #124A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3046 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F0FA;
--charcoal-200: #C6E3F6;
--charcoal-300: #9ACEEF;
--charcoal-400: #65B5E6;
--charcoal-500: #3AA0DF;
--charcoal-600: #1F83C1;
--charcoal-700: #19689A;
--charcoal-800: #124A6E;
--charcoal-900: #0B3046;
--charcoal-950: #071E2C;
}