Charcoal
#195E67
CyanColor Codes
All color formats for development
HEX
#195E67RGB
rgb(25, 94, 103)HSL
hsl(187, 61%, 25%)OKLCH
oklch(0.444 0.067 207.7)CMYK
cmyk(76%, 9%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16545C
2#144B52
3#114148
4#0F383E
5#0C2F33
6#0A2529
7#071C1F
8#051315
9#02090A
Tints
Lighter variations
1#207A85
2#2896A4
3#2FB2C3
4#46C2D2
5#65CCDA
6#84D6E1
7#A3E0E9
8#C1EBF0
9#E0F5F8
Tones
Muted variations
1#1D5B63
2#21585F
3#25555B
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 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #CAEDF2;
--charcoal-300: #A1E0E8;
--charcoal-400: #6FCFDC;
--charcoal-500: #46C2D2;
--charcoal-600: #2CA5B5;
--charcoal-700: #238390;
--charcoal-800: #195E67;
--charcoal-900: #103C42;
--charcoal-950: #0A2529;
}