Charcoal
#133E6C
BlueColor Codes
All color formats for development
HEX
#133E6CRGB
rgb(19, 62, 108)HSL
hsl(211, 70%, 25%)OKLCH
oklch(0.361 0.092 253.1)CMYK
cmyk(82%, 43%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113862
2#0F3257
3#0D2C4C
4#0B2541
5#0A1F36
6#08192B
7#061321
8#040C16
9#02060B
Tints
Lighter variations
1#19518D
2#1F64AD
3#2476CE
4#3C8ADD
5#5C9DE2
6#7DB1E8
7#9DC4EE
8#BED8F4
9#DEEBF9
Tones
Muted variations
1#183E68
2#1C3F63
3#213F5F
4#253F5B
5#293F56
6#2E3F52
7#323F4D
8#373F49
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DD #C7DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3ED | BordersInactive statesPlaceholder text |
| 400 | 67A4 #67A4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8A #3C8ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 226E #226EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B57 #1B5798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133E #133E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EDFA;
--charcoal-200: #C7DDF5;
--charcoal-300: #9BC3ED;
--charcoal-400: #67A4E4;
--charcoal-500: #3C8ADD;
--charcoal-600: #226EBF;
--charcoal-700: #1B5798;
--charcoal-800: #133E6C;
--charcoal-900: #0C2845;
--charcoal-950: #08192B;
}