Charcoal
#07374B
BlueColor Codes
All color formats for development
HEX
#07374BRGB
rgb(7, 55, 75)HSL
hsl(198, 83%, 16%)OKLCH
oklch(0.317 0.06 231.7)CMYK
cmyk(91%, 27%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063143
2#062B3C
3#052634
4#04212D
5#031B25
6#03161E
7#021016
8#010B0F
9#010507
Tints
Lighter variations
1#0B5372
2#0E6F99
3#128CC0
4#16A8E7
5#3BB7ED
6#62C6F0
7#89D4F4
8#B1E2F8
9#D8F1FB
Tones
Muted variations
1#0A3547
2#0E3444
3#113241
4#14313D
5#18303A
6#1B2E36
7#1F2D33
8#222C30
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 | C2E9 #C2E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC3 #5CC3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB2 #2DB2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1395 #1395CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F77 #0F77A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFE;
--charcoal-100: #DEF3FC;
--charcoal-200: #C2E9F9;
--charcoal-300: #94D8F5;
--charcoal-400: #5CC3F0;
--charcoal-500: #2DB2EB;
--charcoal-600: #1395CD;
--charcoal-700: #0F77A3;
--charcoal-800: #0B5575;
--charcoal-900: #07364B;
--charcoal-950: #04222F;
}