Charcoal
#15476A
BlueColor Codes
All color formats for development
HEX
#15476ARGB
rgb(21, 71, 106)HSL
hsl(205, 67%, 25%)OKLCH
oklch(0.383 0.079 243.6)CMYK
cmyk(80%, 33%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#134060
2#113955
3#0F324B
4#0D2B40
5#0B2335
6#081C2B
7#061520
8#040E15
9#02070B
Tints
Lighter variations
1#1B5C8A
2#2271AA
3#2887CA
4#3F99D9
5#5FAADF
6#7FBBE6
7#9FCCEC
8#BFDDF2
9#DFEEF9
Tones
Muted variations
1#194666
2#1E4562
3#22455E
4#264459
5#2A4355
6#2F4351
7#33424D
8#374148
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCB #9DCBEC | BordersInactive statesPlaceholder text |
| 400 | 6AB0 #6AB0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F99 #3F99D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257D #257DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1547 #15476A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D44 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E1EFF9;
--charcoal-200: #C8E2F4;
--charcoal-300: #9DCBEC;
--charcoal-400: #6AB0E2;
--charcoal-500: #3F99D9;
--charcoal-600: #257DBB;
--charcoal-700: #1D6395;
--charcoal-800: #15476A;
--charcoal-900: #0D2D44;
--charcoal-950: #081C2B;
}