Charcoal
#0E4871
BlueColor Codes
All color formats for development
HEX
#0E4871RGB
rgb(14, 72, 113)HSL
hsl(205, 78%, 25%)OKLCH
oklch(0.388 0.09 245.3)CMYK
cmyk(88%, 36%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4166
2#0B3A5B
3#0A324F
4#082B44
5#072439
6#061D2D
7#041622
8#030E17
9#01070B
Tints
Lighter variations
1#125E94
2#1673B6
3#1B89D8
4#339BE6
5#55ACEA
6#77BCEE
7#99CDF2
8#BBDEF7
9#DDEEFB
Tones
Muted variations
1#13476D
2#184668
3#1D4663
4#22455E
5#274459
6#2C4354
7#31424F
8#36414A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C4E2F8;
--charcoal-300: #97CCF2;
--charcoal-400: #60B1EB;
--charcoal-500: #339BE6;
--charcoal-600: #197FC8;
--charcoal-700: #14659F;
--charcoal-800: #0E4871;
--charcoal-900: #092E49;
--charcoal-950: #061D2D;
}