Charcoal
#0F4E70
BlueColor Codes
All color formats for development
HEX
#0F4E70RGB
rgb(15, 78, 112)HSL
hsl(201, 76%, 25%)OKLCH
oklch(0.404 0.083 238.5)CMYK
cmyk(87%, 30%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4665
2#0C3F5A
3#0B374F
4#092F43
5#082738
6#061F2D
7#051722
8#031016
9#02080B
Tints
Lighter variations
1#146692
2#187DB4
3#1D95D5
4#35A6E3
5#57B5E8
6#78C4ED
7#9AD3F1
8#BCE1F6
9#DDF0FA
Tones
Muted variations
1#144D6B
2#194B67
3#1E4A62
4#23485D
5#284758
6#2C4653
7#31444E
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 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D2 #98D2F1 | BordersInactive statesPlaceholder text |
| 400 | 62BA #62BAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A6 #35A6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8A #1B8AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156E #156E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4E #0F4E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A32 #0A3248 | 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: #98D2F1;
--charcoal-400: #62BAEA;
--charcoal-500: #35A6E3;
--charcoal-600: #1B8AC5;
--charcoal-700: #156E9D;
--charcoal-800: #0F4E70;
--charcoal-900: #0A3248;
--charcoal-950: #061F2D;
}