Charcoal
#0F3F43
CyanColor Codes
All color formats for development
HEX
#0F3F43RGB
rgb(15, 63, 67)HSL
hsl(185, 63%, 16%)OKLCH
oklch(0.338 0.05 203.1)CMYK
cmyk(78%, 6%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E383C
2#0C3235
3#0B2C2F
4#092528
5#081F21
6#06191B
7#051314
8#030C0D
9#020607
Tints
Lighter variations
1#175F65
2#1F8088
3#27A0AB
4#2FC1CE
5#50CCD7
6#73D6DF
7#96E0E7
8#B9EBEF
9#DCF5F7
Tones
Muted variations
1#123C40
2#143A3D
3#17383B
4#193638
5#1C3436
6#1F3133
7#212F31
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE3 #9FE3E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED5 #6ED5DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C8 #44C8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AAB #2AABB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2188 #218891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1861 #186168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F7F8;
--charcoal-200: #C9EFF3;
--charcoal-300: #9FE3E9;
--charcoal-400: #6ED5DE;
--charcoal-500: #44C8D5;
--charcoal-600: #2AABB7;
--charcoal-700: #218891;
--charcoal-800: #186168;
--charcoal-900: #0F3E43;
--charcoal-950: #09272A;
}