Charcoal
#103F42
CyanColor Codes
All color formats for development
HEX
#103F42RGB
rgb(16, 63, 66)HSL
hsl(184, 61%, 16%)OKLCH
oklch(0.338 0.049 201.2)CMYK
cmyk(76%, 5%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E383B
2#0D3235
3#0B2C2E
4#0A2527
5#081F21
6#06191A
7#051314
8#030C0D
9#020607
Tints
Lighter variations
1#185F64
2#218087
3#29A1A9
4#31C1CC
5#53CDD5
6#75D7DE
7#98E1E6
8#BAEBEE
9#DDF5F7
Tones
Muted variations
1#123C3F
2#153A3D
3#17383A
4#1A3638
5#1C3435
6#1F3133
7#212F30
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 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F7F8;
--charcoal-200: #CAEFF2;
--charcoal-300: #A1E3E8;
--charcoal-400: #6FD5DC;
--charcoal-500: #46C9D2;
--charcoal-600: #2CACB5;
--charcoal-700: #238890;
--charcoal-800: #196167;
--charcoal-900: #103E42;
--charcoal-950: #0A2729;
}