Charcoal
#03254F
BlueColor Codes
All color formats for development
HEX
#03254FRGB
rgb(3, 37, 79)HSL
hsl(213, 93%, 16%)OKLCH
oklch(0.269 0.086 256.1)CMYK
cmyk(96%, 53%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032147
2#021E3F
3#021A37
4#02162F
5#011327
6#010F1F
7#010B18
8#010710
9#000408
Tints
Lighter variations
1#043878
2#064CA1
3#075FCB
4#0973F4
5#308AF8
6#5AA1F9
7#83B9FB
8#ACD0FC
9#D6E8FE
Tones
Muted variations
1#07254B
2#0A2647
3#0E2643
4#122740
5#16273C
6#1A2738
7#1D2834
8#212830
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFB | BordersInactive statesPlaceholder text |
| 400 | 539D #539DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2282 #2282F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0866 #0866D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0651 #0651AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FE;
--charcoal-100: #DDEBFE;
--charcoal-200: #BFDBFD;
--charcoal-300: #8EBFFB;
--charcoal-400: #539DF9;
--charcoal-500: #2282F7;
--charcoal-600: #0866D9;
--charcoal-700: #0651AC;
--charcoal-800: #043A7B;
--charcoal-900: #03254F;
--charcoal-950: #021731;
}