Charcoal
#092A49
BlueColor Codes
All color formats for development
HEX
#092A49RGB
rgb(9, 42, 73)HSL
hsl(209, 78%, 16%)OKLCH
oklch(0.28 0.068 250.6)CMYK
cmyk(88%, 42%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082641
2#07213A
3#061D33
4#05192C
5#041524
6#04111D
7#030D16
8#02080F
9#010407
Tints
Lighter variations
1#0E406F
2#125695
3#176CBB
4#1C82E1
5#4097E7
6#66ACEC
7#8DC0F1
8#B3D5F6
9#D9EAFA
Tones
Muted variations
1#0C2A45
2#0F2A42
3#132A3F
4#16293C
5#192939
6#1C2936
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 | C4DF #C4DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C6 #97C6F2 | BordersInactive statesPlaceholder text |
| 400 | 60A8 #60A8EB | Disabled statesSecondary iconsMuted text |
| 500 | 338F #338FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1973 #1973C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145C #145C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E41 #0E4171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092A #092A49 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C4DFF8;
--charcoal-300: #97C6F2;
--charcoal-400: #60A8EB;
--charcoal-500: #338FE6;
--charcoal-600: #1973C8;
--charcoal-700: #145C9F;
--charcoal-800: #0E4171;
--charcoal-900: #092A49;
--charcoal-950: #061A2D;
}