Charcoal
#07254A
BlueColor Codes
All color formats for development
HEX
#07254ARGB
rgb(7, 37, 74)HSL
hsl(213, 83%, 16%)OKLCH
oklch(0.266 0.077 255.9)CMYK
cmyk(91%, 50%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062243
2#061E3C
3#051A34
4#04162D
5#031325
6#030F1E
7#020B16
8#01070F
9#010407
Tints
Lighter variations
1#0B3972
2#0E4D99
3#1260C0
4#1674E7
5#3B8BED
6#62A2F0
7#89B9F4
8#B1D1F8
9#D8E8FB
Tones
Muted variations
1#0A2647
2#0E2644
3#112641
4#14273D
5#18273A
6#1B2736
7#1F2833
8#222830
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BF #94BFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9E #5C9EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D83 #2D83EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1367 #1367CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F52 #0F52A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3A #0B3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEECFC;
--charcoal-200: #C2DBF9;
--charcoal-300: #94BFF5;
--charcoal-400: #5C9EF0;
--charcoal-500: #2D83EB;
--charcoal-600: #1367CD;
--charcoal-700: #0F52A3;
--charcoal-800: #0B3A75;
--charcoal-900: #07254B;
--charcoal-950: #04172F;
}