Charcoal
#195467
BlueColor Codes
All color formats for development
HEX
#195467RGB
rgb(25, 84, 103)HSL
hsl(195, 61%, 25%)OKLCH
oklch(0.417 0.067 223.5)CMYK
cmyk(76%, 18%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#164B5C
2#144352
3#113A48
4#0F323E
5#0C2A33
6#0A2129
7#07191F
8#051115
9#02080A
Tints
Lighter variations
1#206C85
2#2885A4
3#2F9EC3
4#46AFD2
5#65BDDA
6#84CAE1
7#A3D7E9
8#C1E4F0
9#E0F2F8
Tones
Muted variations
1#1D5163
2#214F5F
3#254D5B
4#284B57
5#2C4953
6#30484F
7#34464B
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D6 #A1D6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC1 #6FC1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46AF #46AFD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C92 #2C92B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2374 #237490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1953 #195367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1035 #103542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #CAE8F2;
--charcoal-300: #A1D6E8;
--charcoal-400: #6FC1DC;
--charcoal-500: #46AFD2;
--charcoal-600: #2C92B5;
--charcoal-700: #237490;
--charcoal-800: #195367;
--charcoal-900: #103542;
--charcoal-950: #0A2129;
}