Charcoal
#1F5161
BlueColor Codes
All color formats for development
HEX
#1F5161RGB
rgb(31, 81, 97)HSL
hsl(195, 52%, 25%)OKLCH
oklch(0.408 0.059 222.3)CMYK
cmyk(68%, 16%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4857
2#18404E
3#153844
4#12303A
5#0F2830
6#0C2027
7#09181D
8#061013
9#03080A
Tints
Lighter variations
1#28687E
2#31819B
3#3A99B8
4#51AAC8
5#6EB8D1
6#8BC6DA
7#A8D5E3
8#C5E3ED
9#E2F1F6
Tones
Muted variations
1#224F5E
2#254D5A
3#294B57
4#2C4A54
5#2F4850
6#32464D
7#36454A
8#394346
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E3 | BordersInactive statesPlaceholder text |
| 400 | 77BD #77BDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51AA #51AAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368D #368DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B70 #2B7088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F50 #1F5061 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | 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: #E4F2F6;
--charcoal-200: #CDE6EF;
--charcoal-300: #A6D4E3;
--charcoal-400: #77BDD4;
--charcoal-500: #51AAC8;
--charcoal-600: #368DAB;
--charcoal-700: #2B7088;
--charcoal-800: #1F5061;
--charcoal-900: #14333E;
--charcoal-950: #0C2027;
}