Charcoal
#0F4B70
BlueColor Codes
All color formats for development
HEX
#0F4B70RGB
rgb(15, 75, 112)HSL
hsl(203, 76%, 25%)OKLCH
oklch(0.396 0.085 241.8)CMYK
cmyk(87%, 33%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4465
2#0C3C5A
3#0B354F
4#092D43
5#082638
6#061E2D
7#051722
8#030F16
9#02080B
Tints
Lighter variations
1#146292
2#1878B4
3#1D8FD5
4#35A1E3
5#57B0E8
6#78C0ED
7#9AD0F1
8#BCE0F6
9#DDEFFA
Tones
Muted variations
1#144A6B
2#194967
3#1E4862
4#23475D
5#284558
6#2C4453
7#31434E
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 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F0FB;
--charcoal-200: #C5E4F7;
--charcoal-300: #98CFF1;
--charcoal-400: #62B6EA;
--charcoal-500: #35A1E3;
--charcoal-600: #1B84C5;
--charcoal-700: #15699D;
--charcoal-800: #0F4B70;
--charcoal-900: #0A3048;
--charcoal-950: #061E2D;
}