Charcoal
#0D3044
BlueColor Codes
All color formats for development
HEX
#0D3044RGB
rgb(13, 48, 68)HSL
hsl(202, 68%, 16%)OKLCH
oklch(0.295 0.054 237.8)CMYK
cmyk(81%, 29%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2B3E
2#0A2737
3#092230
4#081D29
5#071822
6#05131B
7#040E15
8#030A0E
9#010507
Tints
Lighter variations
1#144A69
2#1B638D
3#227CB1
4#2895D4
5#4BA7DD
6#6FB9E4
7#93CAEA
8#B7DCF1
9#DBEDF8
Tones
Muted variations
1#102F42
2#132F3F
3#152E3C
4#182D39
5#1B2C37
6#1E2C34
7#202B31
8#232A2E
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFEC | BordersInactive statesPlaceholder text |
| 400 | 69B6 #69B6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA1 #3EA1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2485 #2485BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F0F9;
--charcoal-200: #C7E4F4;
--charcoal-300: #9CCFEC;
--charcoal-400: #69B6E2;
--charcoal-500: #3EA1DA;
--charcoal-600: #2485BC;
--charcoal-700: #1D6996;
--charcoal-800: #144B6B;
--charcoal-900: #0D3045;
--charcoal-950: #081E2B;
}