Charcoal
#273459
BlueColor Codes
All color formats for development
HEX
#273459RGB
rgb(39, 52, 89)HSL
hsl(224, 39%, 25%)OKLCH
oklch(0.333 0.068 268)CMYK
cmyk(56%, 42%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232F50
2#1F2A47
3#1B253E
4#171F35
5#131A2C
6#101523
7#0C101B
8#080A12
9#040509
Tints
Lighter variations
1#334473
2#3E538E
3#4A63A8
4#5F77B9
5#7A8EC5
6#95A5D0
7#AFBBDC
8#CAD2E8
9#E4E8F3
Tones
Muted variations
1#293556
2#2C3654
3#2E3851
4#31394F
5#333A4C
6#363B4A
7#383C47
8#3B3D45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8396 #8396C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F77 #5F77B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445C #445C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2734 #273459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D8EB;
--charcoal-300: #ADBADB;
--charcoal-400: #8396C9;
--charcoal-500: #5F77B9;
--charcoal-600: #445C9C;
--charcoal-700: #36497C;
--charcoal-800: #273459;
--charcoal-900: #192139;
--charcoal-950: #101523;
}