Charcoal
#195267
BlueColor Codes
All color formats for development
HEX
#195267RGB
rgb(25, 82, 103)HSL
hsl(196, 61%, 25%)OKLCH
oklch(0.412 0.067 226.7)CMYK
cmyk(76%, 20%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#164A5C
2#144252
3#113948
4#0F313E
5#0C2933
6#0A2129
7#07191F
8#051015
9#02080A
Tints
Lighter variations
1#206A85
2#2883A4
3#2F9CC3
4#46ADD2
5#65BBDA
6#84C8E1
7#A3D6E9
8#C1E4F0
9#E0F1F8
Tones
Muted variations
1#1D5063
2#214E5F
3#254C5B
4#284B57
5#2C4953
6#30474F
7#34454B
8#384348
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D5 #A1D5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBF #6FBFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AD #46ADD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C90 #2C90B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2373 #237390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1952 #195267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | 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: #E2F2F8;
--charcoal-200: #CAE7F2;
--charcoal-300: #A1D5E8;
--charcoal-400: #6FBFDC;
--charcoal-500: #46ADD2;
--charcoal-600: #2C90B5;
--charcoal-700: #237390;
--charcoal-800: #195267;
--charcoal-900: #103442;
--charcoal-950: #0A2129;
}