Charcoal
#02414F
CyanColor Codes
All color formats for development
HEX
#02414FRGB
rgb(2, 65, 79)HSL
hsl(191, 95%, 16%)OKLCH
oklch(0.347 0.061 218.3)CMYK
cmyk(97%, 18%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023B48
2#023440
3#012E38
4#012730
5#012128
6#011A20
7#011418
8#000D10
9#000708
Tints
Lighter variations
1#036479
2#0486A3
3#05A8CD
4#06CBF7
5#2ED4FA
6#58DDFB
7#82E5FC
8#ABEEFD
9#D5F6FE
Tones
Muted variations
1#063F4C
2#0A3C48
3#0E3A44
4#123840
5#15353C
6#193338
7#1D3034
8#212E31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE8 #8DE8FC | BordersInactive statesPlaceholder text |
| 400 | 51DB #51DBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD1 #1FD1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B4 #06B4DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048F #048FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0366 #03667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #024150 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF8FE;
--charcoal-200: #BEF2FD;
--charcoal-300: #8DE8FC;
--charcoal-400: #51DBFB;
--charcoal-500: #1FD1F9;
--charcoal-600: #06B4DB;
--charcoal-700: #048FAE;
--charcoal-800: #03667C;
--charcoal-900: #024150;
--charcoal-950: #012932;
}