Charcoal
#265A5A
CyanColor Codes
All color formats for development
HEX
#265A5ARGB
rgb(38, 90, 90)HSL
hsl(180, 41%, 25%)OKLCH
oklch(0.433 0.055 195.3)CMYK
cmyk(58%, 0%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225151
2#1E4848
3#1A3F3F
4#173636
5#132D2D
6#0F2424
7#0B1B1B
8#081212
9#040909
Tints
Lighter variations
1#317575
2#3C9090
3#47ABAB
4#5DBBBB
5#78C7C7
6#93D2D2
7#AEDDDD
8#C9E8E8
9#E4F4F4
Tones
Muted variations
1#285757
2#2B5555
3#2D5252
4#304F4F
5#334D4D
6#354A4A
7#384848
8#3B4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81CA #81CACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBB #5DBBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429E #429E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357E #357E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 265A #265A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D0EBEB;
--charcoal-300: #ACDCDC;
--charcoal-400: #81CACA;
--charcoal-500: #5DBBBB;
--charcoal-600: #429E9E;
--charcoal-700: #357E7E;
--charcoal-800: #265A5A;
--charcoal-900: #183A3A;
--charcoal-950: #0F2424;
}