Charcoal
#195167
BlueColor Codes
All color formats for development
HEX
#195167RGB
rgb(25, 81, 103)HSL
hsl(197, 61%, 25%)OKLCH
oklch(0.409 0.068 228.2)CMYK
cmyk(76%, 21%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16495C
2#144052
3#113848
4#0F303E
5#0C2833
6#0A2029
7#07181F
8#051015
9#02080A
Tints
Lighter variations
1#206985
2#2881A4
3#2F99C3
4#46ABD2
5#65B9DA
6#84C7E1
7#A3D5E9
8#C1E3F0
9#E0F1F8
Tones
Muted variations
1#1D4F63
2#214D5F
3#254C5B
4#284A57
5#2C4853
6#30464F
7#34454B
8#384348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F2F8;
--charcoal-200: #CAE7F2;
--charcoal-300: #A1D4E8;
--charcoal-400: #6FBDDC;
--charcoal-500: #46ABD2;
--charcoal-600: #2C8EB5;
--charcoal-700: #237190;
--charcoal-800: #195167;
--charcoal-900: #103442;
--charcoal-950: #0A2029;
}