Charcoal
#03354E
BlueColor Codes
All color formats for development
HEX
#03354ERGB
rgb(3, 53, 78)HSL
hsl(200, 93%, 16%)OKLCH
oklch(0.312 0.066 237.4)CMYK
cmyk(96%, 32%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033047
2#022B3F
3#022537
4#02202F
5#011B27
6#01151F
7#011018
8#010B10
9#000508
Tints
Lighter variations
1#045278
2#066EA1
3#078ACB
4#09A6F4
5#30B5F8
6#5AC4F9
7#83D3FB
8#ACE1FC
9#D6F0FE
Tones
Muted variations
1#07344B
2#0A3347
3#0E3243
4#123040
5#162F3C
6#1A2E38
7#1D2D34
8#212B30
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFE;
--charcoal-100: #DDF3FE;
--charcoal-200: #BFE8FD;
--charcoal-300: #8ED7FB;
--charcoal-400: #53C1F9;
--charcoal-500: #22B0F7;
--charcoal-600: #0893D9;
--charcoal-700: #0675AC;
--charcoal-800: #04547B;
--charcoal-900: #03354F;
--charcoal-950: #022131;
}