Charcoal
#0F4670
BlueColor Codes
All color formats for development
HEX
#0F4670RGB
rgb(15, 70, 112)HSL
hsl(206, 76%, 25%)OKLCH
oklch(0.383 0.09 246.9)CMYK
cmyk(87%, 37%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3F65
2#0C385A
3#0B314F
4#092A43
5#082338
6#061C2D
7#051522
8#030E16
9#02070B
Tints
Lighter variations
1#145B92
2#1870B4
3#1D85D5
4#3598E3
5#57A9E8
6#78BAED
7#9ACBF1
8#BCDDF6
9#DDEEFA
Tones
Muted variations
1#14466B
2#194567
3#1E4462
4#23445D
5#284358
6#2C4253
7#31424E
8#364149
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E1 #C5E1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CA #98CAF1 | BordersInactive statesPlaceholder text |
| 400 | 62AF #62AFEA | Disabled statesSecondary iconsMuted text |
| 500 | 3598 #3598E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7C #1B7CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1562 #15629D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F46 #0F4670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2D #0A2D48 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFB;
--charcoal-200: #C5E1F7;
--charcoal-300: #98CAF1;
--charcoal-400: #62AFEA;
--charcoal-500: #3598E3;
--charcoal-600: #1B7CC5;
--charcoal-700: #15629D;
--charcoal-800: #0F4670;
--charcoal-900: #0A2D48;
--charcoal-950: #061C2D;
}