Charcoal
#103E42
CyanColor Codes
All color formats for development
HEX
#103E42RGB
rgb(16, 62, 66)HSL
hsl(185, 61%, 16%)OKLCH
oklch(0.335 0.049 203.4)CMYK
cmyk(76%, 6%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E373B
2#0D3135
3#0B2B2E
4#0A2527
5#081F21
6#06191A
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#185E64
2#217E87
3#299EA9
4#31BFCC
5#53CAD5
6#75D5DE
7#98DFE6
8#BAEAEE
9#DDF4F7
Tones
Muted variations
1#123B3F
2#15393D
3#17373A
4#1A3538
5#1C3335
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 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | 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: #CAEFF2;
--charcoal-300: #A1E2E8;
--charcoal-400: #6FD3DC;
--charcoal-500: #46C7D2;
--charcoal-600: #2CA9B5;
--charcoal-700: #238790;
--charcoal-800: #196067;
--charcoal-900: #103E42;
--charcoal-950: #0A2629;
}