Charcoal
#092B49
BlueColor Codes
All color formats for development
HEX
#092B49RGB
rgb(9, 43, 73)HSL
hsl(208, 78%, 16%)OKLCH
oklch(0.283 0.067 249.3)CMYK
cmyk(88%, 41%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082741
2#07223A
3#061E33
4#051A2C
5#041524
6#04111D
7#030D16
8#02090F
9#010407
Tints
Lighter variations
1#0E416F
2#125895
3#176FBB
4#1C85E1
5#4099E7
6#66AEEC
7#8DC2F1
8#B3D6F6
9#D9EBFA
Tones
Muted variations
1#0C2B45
2#0F2A42
3#132A3F
4#162A3C
5#192A39
6#1C2A36
7#1F2932
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C7 #97C7F2 | BordersInactive statesPlaceholder text |
| 400 | 60AA #60AAEB | Disabled statesSecondary iconsMuted text |
| 500 | 3392 #3392E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1976 #1976C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145E #145E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E43 #0E4371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C4E0F8;
--charcoal-300: #97C7F2;
--charcoal-400: #60AAEB;
--charcoal-500: #3392E6;
--charcoal-600: #1976C8;
--charcoal-700: #145E9F;
--charcoal-800: #0E4371;
--charcoal-900: #092B49;
--charcoal-950: #061B2D;
}