Charcoal
#1B5A65
CyanColor Codes
All color formats for development
HEX
#1B5A65RGB
rgb(27, 90, 101)HSL
hsl(189, 58%, 25%)OKLCH
oklch(0.433 0.064 211.5)CMYK
cmyk(73%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18515B
2#154851
3#133F47
4#10363C
5#0D2D32
6#0B2428
7#081B1E
8#051214
9#03090A
Tints
Lighter variations
1#237583
2#2B8FA1
3#33AABF
4#4ABBCF
5#68C6D7
6#86D2DF
7#A4DDE7
8#C3E8EF
9#E1F4F7
Tones
Muted variations
1#1E5761
2#22545D
3#26525A
4#2A4F56
5#2D4D52
6#314A4F
7#35484B
8#384547
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 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DC #A2DCE6 | BordersInactive statesPlaceholder text |
| 400 | 72CA #72CADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABB #4ABBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9E #2F9EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257D #257D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CBEBF1;
--charcoal-300: #A2DCE6;
--charcoal-400: #72CADA;
--charcoal-500: #4ABBCF;
--charcoal-600: #2F9EB1;
--charcoal-700: #257D8D;
--charcoal-800: #1B5A65;
--charcoal-900: #113940;
--charcoal-950: #0B2428;
}