Charcoal
#062F4B
BlueColor Codes
All color formats for development
HEX
#062F4BRGB
rgb(6, 47, 75)HSL
hsl(204, 85%, 16%)OKLCH
oklch(0.294 0.067 244.2)CMYK
cmyk(92%, 37%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062B44
2#05263C
3#042135
4#041D2D
5#031826
6#02131E
7#020E17
8#010A0F
9#010508
Tints
Lighter variations
1#094973
2#0D629B
3#107BC2
4#1394EA
5#39A6EF
6#60B8F2
7#88CAF5
8#B0DBF9
9#D7EDFC
Tones
Muted variations
1#0A2F48
2#0D2E45
3#112E41
4#142D3E
5#172C3A
6#1B2C37
7#1E2B33
8#222A30
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF0FC;
--charcoal-200: #C2E3FA;
--charcoal-300: #92CEF6;
--charcoal-400: #5AB5F2;
--charcoal-500: #2BA0EE;
--charcoal-600: #1183D0;
--charcoal-700: #0D68A5;
--charcoal-800: #0A4B76;
--charcoal-900: #06304B;
--charcoal-950: #041E2F;
}