Charcoal
#07364B
BlueColor Codes
All color formats for development
HEX
#07364BRGB
rgb(7, 54, 75)HSL
hsl(199, 83%, 16%)OKLCH
oklch(0.314 0.06 233.5)CMYK
cmyk(91%, 28%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063043
2#062B3C
3#052534
4#04202D
5#031B25
6#03151E
7#021016
8#010B0F
9#010507
Tints
Lighter variations
1#0B5172
2#0E6D99
3#1289C0
4#16A5E7
5#3BB4ED
6#62C3F0
7#89D2F4
8#B1E1F8
9#D8F0FB
Tones
Muted variations
1#0A3447
2#0E3344
3#113141
4#14303D
5#182F3A
6#1B2E36
7#1F2D33
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E8 #C2E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC1 #5CC1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAF #2DAFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1392 #1392CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F74 #0F74A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DEF3FC;
--charcoal-200: #C2E8F9;
--charcoal-300: #94D6F5;
--charcoal-400: #5CC1F0;
--charcoal-500: #2DAFEB;
--charcoal-600: #1392CD;
--charcoal-700: #0F74A3;
--charcoal-800: #0B5375;
--charcoal-900: #07354B;
--charcoal-950: #04212F;
}