Charcoal
#03244E
BlueColor Codes
All color formats for development
HEX
#03244ERGB
rgb(3, 36, 78)HSL
hsl(214, 93%, 16%)OKLCH
oklch(0.266 0.086 256.5)CMYK
cmyk(96%, 54%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032047
2#021D3F
3#021937
4#02152F
5#011227
6#010E1F
7#010B18
8#010710
9#000408
Tints
Lighter variations
1#043778
2#0649A1
3#075CCB
4#096FF4
5#3087F8
6#5A9FF9
7#83B7FB
8#ACCFFC
9#D6E7FE
Tones
Muted variations
1#07244B
2#0A2547
3#0E2543
4#122640
5#16263C
6#1A2738
7#1D2734
8#212830
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFB | BordersInactive statesPlaceholder text |
| 400 | 539B #539BF9 | Disabled statesSecondary iconsMuted text |
| 500 | 227E #227EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0862 #0862D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064E #064EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F6FE;
--charcoal-100: #DDEBFE;
--charcoal-200: #BFDAFD;
--charcoal-300: #8EBDFB;
--charcoal-400: #539BF9;
--charcoal-500: #227EF7;
--charcoal-600: #0862D9;
--charcoal-700: #064EAC;
--charcoal-800: #04387B;
--charcoal-900: #03244F;
--charcoal-950: #021631;
}