Charcoal
#013350
BlueColor Codes
All color formats for development
HEX
#013350RGB
rgb(1, 51, 80)HSL
hsl(202, 98%, 16%)OKLCH
oklch(0.307 0.071 241.5)CMYK
cmyk(99%, 36%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012E49
2#012941
3#012439
4#001F30
5#001A28
6#001520
7#000F18
8#000A10
9#000508
Tints
Lighter variations
1#014E7B
2#0269A6
3#0285D0
4#03A0FA
5#2BB0FD
6#55C0FD
7#80D0FE
8#AADFFE
9#D5EFFF
Tones
Muted variations
1#05324D
2#093149
3#0D3045
4#112F41
5#152E3D
6#192D39
7#1D2C35
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD4 #8BD4FE | BordersInactive statesPlaceholder text |
| 400 | 4EBD #4EBDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAA #1CAAFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 028E #028EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0271 #0271B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0150 #01507E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0133 #013351 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FF;
--charcoal-100: #DCF2FF;
--charcoal-200: #BDE7FE;
--charcoal-300: #8BD4FE;
--charcoal-400: #4EBDFD;
--charcoal-500: #1CAAFD;
--charcoal-600: #028EDE;
--charcoal-700: #0271B1;
--charcoal-800: #01507E;
--charcoal-900: #013351;
--charcoal-950: #012032;
}