Charcoal
#1B5865
CyanColor Codes
All color formats for development
HEX
#1B5865RGB
rgb(27, 88, 101)HSL
hsl(191, 58%, 25%)OKLCH
oklch(0.428 0.064 214.8)CMYK
cmyk(73%, 13%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184E5B
2#154651
3#133D47
4#10343C
5#0D2C32
6#0B2328
7#081A1E
8#051114
9#03090A
Tints
Lighter variations
1#237183
2#2B8BA1
3#33A6BF
4#4AB6CF
5#68C3D7
6#86CFDF
7#A4DBE7
8#C3E7EF
9#E1F3F7
Tones
Muted variations
1#1E5561
2#22525D
3#26505A
4#2A4E56
5#2D4B52
6#31494F
7#35474B
8#384447
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CBEAF1;
--charcoal-300: #A2DAE6;
--charcoal-400: #72C7DA;
--charcoal-500: #4AB6CF;
--charcoal-600: #2F99B1;
--charcoal-700: #257A8D;
--charcoal-800: #1B5765;
--charcoal-900: #113840;
--charcoal-950: #0B2328;
}