Charcoal
#0A3F48
CyanColor Codes
All color formats for development
HEX
#0A3F48RGB
rgb(10, 63, 72)HSL
hsl(189, 76%, 16%)OKLCH
oklch(0.339 0.054 212)CMYK
cmyk(86%, 12%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093841
2#083239
3#072C32
4#06262B
5#051F24
6#04191D
7#031316
8#020D0E
9#010607
Tints
Lighter variations
1#0F5F6E
2#148093
3#19A1B9
4#1EC2DF
5#43CDE5
6#68D7EA
7#8EE1F0
8#B4EBF5
9#D9F5FA
Tones
Muted variations
1#0D3C45
2#103A42
3#13383F
4#16363B
5#193438
6#1C3135
7#1F2F32
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E0F7FB;
--charcoal-200: #C5EFF7;
--charcoal-300: #98E4F1;
--charcoal-400: #62D5EA;
--charcoal-500: #35C9E3;
--charcoal-600: #1BACC5;
--charcoal-700: #15899D;
--charcoal-800: #0F6270;
--charcoal-900: #0A3F48;
--charcoal-950: #06272D;
}