Charcoal
#195F67
CyanColor Codes
All color formats for development
HEX
#195F67RGB
rgb(25, 95, 103)HSL
hsl(186, 61%, 25%)OKLCH
oklch(0.447 0.068 206.2)CMYK
cmyk(76%, 8%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16555C
2#144C52
3#114248
4#0F393E
5#0C2F33
6#0A2629
7#071C1F
8#051315
9#02090A
Tints
Lighter variations
1#207B85
2#2898A4
3#2FB4C3
4#46C4D2
5#65CEDA
6#84D8E1
7#A3E2E9
8#C1EBF0
9#E0F5F8
Tones
Muted variations
1#1D5C63
2#21595F
3#25565B
4#285257
5#2C4F53
6#304C4F
7#34494B
8#384648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F6F8;
--charcoal-200: #CAEEF2;
--charcoal-300: #A1E1E8;
--charcoal-400: #6FD1DC;
--charcoal-500: #46C4D2;
--charcoal-600: #2CA7B5;
--charcoal-700: #238590;
--charcoal-800: #195F67;
--charcoal-900: #103D42;
--charcoal-950: #0A2629;
}