Charcoal
#0F4D70
BlueColor Codes
All color formats for development
HEX
#0F4D70RGB
rgb(15, 77, 112)HSL
hsl(202, 76%, 25%)OKLCH
oklch(0.401 0.084 239.7)CMYK
cmyk(87%, 31%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4565
2#0C3D5A
3#0B364F
4#092E43
5#082638
6#061F2D
7#051722
8#030F16
9#02080B
Tints
Lighter variations
1#146492
2#187BB4
3#1D92D5
4#35A4E3
5#57B3E8
6#78C2ED
7#9AD1F1
8#BCE1F6
9#DDF0FA
Tones
Muted variations
1#144B6B
2#194A67
3#1E4962
4#23485D
5#284658
6#2C4553
7#31444E
8#364249
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D0 #98D0F1 | BordersInactive statesPlaceholder text |
| 400 | 62B8 #62B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A4 #35A4E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B87 #1B87C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156B #156B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A31 #0A3148 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F1FB;
--charcoal-200: #C5E5F7;
--charcoal-300: #98D0F1;
--charcoal-400: #62B8EA;
--charcoal-500: #35A4E3;
--charcoal-600: #1B87C5;
--charcoal-700: #156B9D;
--charcoal-800: #0F4D70;
--charcoal-900: #0A3148;
--charcoal-950: #061F2D;
}