Charcoal
#0E4B71
BlueColor Codes
All color formats for development
HEX
#0E4B71RGB
rgb(14, 75, 113)HSL
hsl(203, 78%, 25%)OKLCH
oklch(0.396 0.087 242.3)CMYK
cmyk(88%, 34%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4466
2#0B3C5B
3#0A354F
4#082D44
5#072639
6#061E2D
7#041722
8#030F17
9#01080B
Tints
Lighter variations
1#126294
2#1679B6
3#1B8FD8
4#33A1E6
5#55B1EA
6#77C0EE
7#99D0F2
8#BBE0F7
9#DDEFFB
Tones
Muted variations
1#134A6D
2#184968
3#1D4863
4#22475E
5#274659
6#2C4454
7#31434F
8#36424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C4E4F8;
--charcoal-300: #97CFF2;
--charcoal-400: #60B6EB;
--charcoal-500: #33A1E6;
--charcoal-600: #1985C8;
--charcoal-700: #14699F;
--charcoal-800: #0E4B71;
--charcoal-900: #093049;
--charcoal-950: #061E2D;
}