Charcoal
#0F4D71
BlueColor Codes
All color formats for development
HEX
#0F4D71RGB
rgb(15, 77, 113)HSL
hsl(202, 77%, 25%)OKLCH
oklch(0.402 0.085 240.4)CMYK
cmyk(87%, 32%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4566
2#0C3D5A
3#0A364F
4#092E44
5#072638
6#061F2D
7#041722
8#030F17
9#01080B
Tints
Lighter variations
1#136493
2#177BB5
3#1C92D6
4#34A4E5
5#56B3E9
6#78C2ED
7#99D1F2
8#BBE1F6
9#DDF0FB
Tones
Muted variations
1#144C6C
2#184A67
3#1D4962
4#22485D
5#274658
6#2C4553
7#31444E
8#36424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D0 #97D0F2 | BordersInactive statesPlaceholder text |
| 400 | 61B8 #61B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 34A4 #34A4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A87 #1A87C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156C #156C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093148 | 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: #F1F9FD;
--charcoal-100: #DFF1FB;
--charcoal-200: #C4E5F7;
--charcoal-300: #97D0F2;
--charcoal-400: #61B8EA;
--charcoal-500: #34A4E5;
--charcoal-600: #1A87C7;
--charcoal-700: #156C9E;
--charcoal-800: #0F4D71;
--charcoal-900: #093148;
--charcoal-950: #061F2D;
}