Charcoal
#08354A
BlueColor Codes
All color formats for development
HEX
#08354ARGB
rgb(8, 53, 74)HSL
hsl(199, 80%, 16%)OKLCH
oklch(0.311 0.059 234.3)CMYK
cmyk(89%, 28%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072F42
2#072A3B
3#062533
4#05202C
5#041A25
6#03151D
7#021016
8#020B0F
9#010507
Tints
Lighter variations
1#0C5070
2#116C97
3#1588BD
4#19A4E4
5#3EB3EA
6#65C2EE
7#8BD2F2
8#B2E1F6
9#D8F0FB
Tones
Muted variations
1#0B3446
2#0F3243
3#123140
4#15303C
5#182F39
6#1C2E36
7#1F2C33
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC0 #5EC0ED | Disabled statesSecondary iconsMuted text |
| 500 | 30AE #30AEE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1691 #1691CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1273 #1273A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #083549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF2FB;
--charcoal-200: #C3E8F8;
--charcoal-300: #95D6F3;
--charcoal-400: #5EC0ED;
--charcoal-500: #30AEE8;
--charcoal-600: #1691CA;
--charcoal-700: #1273A1;
--charcoal-800: #0D5273;
--charcoal-900: #083549;
--charcoal-950: #05212E;
}