Charcoal
#06314C
BlueColor Codes
All color formats for development
HEX
#06314CRGB
rgb(6, 49, 76)HSL
hsl(203, 85%, 16%)OKLCH
oklch(0.3 0.066 242.3)CMYK
cmyk(92%, 36%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062C44
2#05273C
3#042235
4#041D2D
5#031826
6#02141E
7#020F17
8#010A0F
9#010508
Tints
Lighter variations
1#094B73
2#0D649B
3#107EC2
4#1398EA
5#39A9EF
6#60BAF2
7#88CBF5
8#B0DDF9
9#D7EEFC
Tones
Muted variations
1#0A3048
2#0D2F45
3#112E41
4#142E3E
5#172D3A
6#1B2C37
7#1E2B33
8#222A30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AB7 #5AB7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA3 #2BA3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1186 #1186D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6B #0D6BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF1FC;
--charcoal-200: #C2E4FA;
--charcoal-300: #92D0F6;
--charcoal-400: #5AB7F2;
--charcoal-500: #2BA3EE;
--charcoal-600: #1186D0;
--charcoal-700: #0D6BA5;
--charcoal-800: #0A4C76;
--charcoal-900: #06314B;
--charcoal-950: #041F2F;
}