Charcoal
#043C4E
BlueColor Codes
All color formats for development
HEX
#043C4ERGB
rgb(4, 60, 78)HSL
hsl(195, 90%, 16%)OKLCH
oklch(0.332 0.061 226.1)CMYK
cmyk(95%, 23%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043546
2#032F3E
3#032936
4#02232F
5#021E27
6#02181F
7#011217
8#010C10
9#000608
Tints
Lighter variations
1#065A76
2#08799F
3#0B98C8
4#0DB7F0
5#34C4F4
6#5CD0F6
7#85DCF9
8#AEE7FB
9#D6F3FD
Tones
Muted variations
1#08394A
2#0B3746
3#0F3643
4#13343F
5#16323B
6#1A3037
7#1E2E34
8#212C30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DF #90DFF9 | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C0 #25C0F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA3 #0BA3D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0981 #0981AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065C #065C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF5FD;
--charcoal-200: #C0EDFC;
--charcoal-300: #90DFF9;
--charcoal-400: #55CEF6;
--charcoal-500: #25C0F4;
--charcoal-600: #0BA3D5;
--charcoal-700: #0981AA;
--charcoal-800: #065C79;
--charcoal-900: #043B4E;
--charcoal-950: #032530;
}