Charcoal
#082B4A
BlueColor Codes
All color formats for development
HEX
#082B4ARGB
rgb(8, 43, 74)HSL
hsl(208, 80%, 16%)OKLCH
oklch(0.283 0.069 249.6)CMYK
cmyk(89%, 42%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072742
2#07223B
3#061E33
4#051A2C
5#041525
6#03111D
7#020D16
8#02090F
9#010407
Tints
Lighter variations
1#0C4270
2#115897
3#156FBD
4#1985E4
5#3E9AEA
6#65AEEE
7#8BC2F2
8#B2D6F6
9#D8EBFB
Tones
Muted variations
1#0B2B46
2#0F2B43
3#122A40
4#152A3C
5#182A39
6#1C2A36
7#1F2933
8#22292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C7 #95C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAB #5EABED | Disabled statesSecondary iconsMuted text |
| 500 | 3092 #3092E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1676 #1676CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125E #125EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C3E0F8;
--charcoal-300: #95C7F3;
--charcoal-400: #5EABED;
--charcoal-500: #3092E8;
--charcoal-600: #1676CA;
--charcoal-700: #125EA1;
--charcoal-800: #0D4373;
--charcoal-900: #082B49;
--charcoal-950: #051B2E;
}