Charcoal
#0F5070
BlueColor Codes
All color formats for development
HEX
#0F5070RGB
rgb(15, 80, 112)HSL
hsl(200, 76%, 25%)OKLCH
oklch(0.409 0.081 236.2)CMYK
cmyk(87%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4865
2#0C405A
3#0B384F
4#093043
5#082838
6#06202D
7#051822
8#031016
9#02080B
Tints
Lighter variations
1#146892
2#1880B4
3#1D98D5
4#35A9E3
5#57B8E8
6#78C6ED
7#9AD4F1
8#BCE2F6
9#DDF1FA
Tones
Muted variations
1#144E6B
2#194D67
3#1E4B62
4#23495D
5#284858
6#2C4653
7#31454E
8#364349
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F1 | BordersInactive statesPlaceholder text |
| 400 | 62BC #62BCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A9 #35A9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8D #1B8DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3348 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F2FB;
--charcoal-200: #C5E6F7;
--charcoal-300: #98D3F1;
--charcoal-400: #62BCEA;
--charcoal-500: #35A9E3;
--charcoal-600: #1B8DC5;
--charcoal-700: #15709D;
--charcoal-800: #0F5070;
--charcoal-900: #0A3348;
--charcoal-950: #06202D;
}