Charcoal
#0F4070
BlueColor Codes
All color formats for development
HEX
#0F4070RGB
rgb(15, 64, 112)HSL
hsl(210, 76%, 25%)OKLCH
oklch(0.367 0.097 252.1)CMYK
cmyk(87%, 43%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3965
2#0C335A
3#0B2D4F
4#092643
5#082038
6#06192D
7#051322
8#030D16
9#02060B
Tints
Lighter variations
1#145392
2#1866B4
3#1D79D5
4#358CE3
5#579FE8
6#78B2ED
7#9AC6F1
8#BCD9F6
9#DDECFA
Tones
Muted variations
1#14406B
2#194067
3#1E4062
4#23405D
5#284058
6#2C4053
7#31404E
8#364049
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DE #C5DEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C4 #98C4F1 | BordersInactive statesPlaceholder text |
| 400 | 62A6 #62A6EA | Disabled statesSecondary iconsMuted text |
| 500 | 358C #358CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B70 #1B70C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1559 #15599D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F40 #0F4070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A29 #0A2948 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EDFB;
--charcoal-200: #C5DEF7;
--charcoal-300: #98C4F1;
--charcoal-400: #62A6EA;
--charcoal-500: #358CE3;
--charcoal-600: #1B70C5;
--charcoal-700: #15599D;
--charcoal-800: #0F4070;
--charcoal-900: #0A2948;
--charcoal-950: #061A2D;
}