Charcoal
#154B6A
BlueColor Codes
All color formats for development
HEX
#154B6ARGB
rgb(21, 75, 106)HSL
hsl(202, 67%, 25%)OKLCH
oklch(0.394 0.076 238.7)CMYK
cmyk(80%, 29%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#134460
2#113C55
3#0F354B
4#0D2D40
5#0B2635
6#081E2B
7#061720
8#040F15
9#02080B
Tints
Lighter variations
1#1B628A
2#2278AA
3#288FCA
4#3FA1D9
5#5FB0DF
6#7FC0E6
7#9FD0EC
8#BFE0F2
9#DFEFF9
Tones
Muted variations
1#194A66
2#1E4962
3#22485E
4#264759
5#2A4555
6#2F4451
7#33434D
8#374248
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCF #9DCFEC | BordersInactive statesPlaceholder text |
| 400 | 6AB6 #6AB6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA1 #3FA1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2584 #2584BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154B #154B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3044 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F0F9;
--charcoal-200: #C8E4F4;
--charcoal-300: #9DCFEC;
--charcoal-400: #6AB6E2;
--charcoal-500: #3FA1D9;
--charcoal-600: #2584BB;
--charcoal-700: #1D6995;
--charcoal-800: #154B6A;
--charcoal-900: #0D3044;
--charcoal-950: #081E2B;
}