Charcoal
#023650
BlueColor Codes
All color formats for development
HEX
#023650RGB
rgb(2, 54, 80)HSL
hsl(200, 95%, 16%)OKLCH
oklch(0.316 0.068 237.7)CMYK
cmyk(98%, 32%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023048
2#022B40
3#012638
4#012030
5#011B28
6#011520
7#011018
8#000B10
9#000508
Tints
Lighter variations
1#035279
2#046EA3
3#058ACD
4#06A7F7
5#2EB6FA
6#58C4FB
7#82D3FC
8#ABE2FD
9#D5F0FE
Tones
Muted variations
1#06344C
2#0A3348
3#0E3244
4#123140
5#152F3C
6#192E38
7#1D2D34
8#212B31
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE8 #BEE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FC | BordersInactive statesPlaceholder text |
| 400 | 51C2 #51C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB1 #1FB1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0694 #0694DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FAFF;
--charcoal-100: #DCF3FE;
--charcoal-200: #BEE8FD;
--charcoal-300: #8DD7FC;
--charcoal-400: #51C2FB;
--charcoal-500: #1FB1F9;
--charcoal-600: #0694DB;
--charcoal-700: #0476AE;
--charcoal-800: #03547C;
--charcoal-900: #023650;
--charcoal-950: #012232;
}