Charcoal
#133A6C
BlueColor Codes
All color formats for development
HEX
#133A6CRGB
rgb(19, 58, 108)HSL
hsl(214, 70%, 25%)OKLCH
oklch(0.351 0.097 256.3)CMYK
cmyk(82%, 46%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113462
2#0F2E57
3#0D284C
4#0B2341
5#0A1D36
6#08172B
7#061121
8#040C16
9#02060B
Tints
Lighter variations
1#194B8D
2#1F5CAD
3#246ECE
4#3C82DD
5#5C96E2
6#7DABE8
7#9DC0EE
8#BED5F4
9#DEEAF9
Tones
Muted variations
1#183A68
2#1C3B63
3#213C5F
4#253C5B
5#293D56
6#2E3D52
7#323E4D
8#373F49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBF #9BBFED | BordersInactive statesPlaceholder text |
| 400 | 679D #679DE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C82 #3C82DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2266 #2266BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B51 #1B5198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133A #133A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C25 #0C2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EBFA;
--charcoal-200: #C7DBF5;
--charcoal-300: #9BBFED;
--charcoal-400: #679DE4;
--charcoal-500: #3C82DD;
--charcoal-600: #2266BF;
--charcoal-700: #1B5198;
--charcoal-800: #133A6C;
--charcoal-900: #0C2545;
--charcoal-950: #08172B;
}