Charcoal
#13333E
BlueColor Codes
All color formats for development
HEX
#13333ERGB
rgb(19, 51, 62)HSL
hsl(195, 53%, 16%)OKLCH
oklch(0.302 0.042 223.5)CMYK
cmyk(69%, 18%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112E38
2#0F2932
3#0D242C
4#0C1F25
5#0A1A1F
6#081519
7#060F13
8#040A0C
9#020506
Tints
Lighter variations
1#1D4F5F
2#276A80
3#3185A1
4#3BA0C2
5#5BB0CD
6#7CC0D7
7#9DD0E1
8#BDE0EB
9#DEEFF5
Tones
Muted variations
1#15333C
2#18313A
3#1A3038
4#1C2F36
5#1E2E34
6#202D31
7#222C2F
8#242B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D4 #A5D4E3 | BordersInactive statesPlaceholder text |
| 400 | 76BD #76BDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAB #4FABC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358E #358EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A71 #2A7189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E51 #1E5162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1334 #13343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F2F7;
--charcoal-200: #CCE7EF;
--charcoal-300: #A5D4E3;
--charcoal-400: #76BDD5;
--charcoal-500: #4FABC9;
--charcoal-600: #358EAC;
--charcoal-700: #2A7189;
--charcoal-800: #1E5162;
--charcoal-900: #13343E;
--charcoal-950: #0C2027;
}