Charcoal
#1A5E66
CyanColor Codes
All color formats for development
HEX
#1A5E66RGB
rgb(26, 94, 102)HSL
hsl(186, 59%, 25%)OKLCH
oklch(0.444 0.067 206.5)CMYK
cmyk(75%, 8%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18545B
2#154B51
3#124247
4#10383D
5#0D2F33
6#0A2629
7#081C1E
8#051314
9#03090A
Tints
Lighter variations
1#227A84
2#2A96A2
3#32B2C1
4#49C2D0
5#67CDD8
6#85D7E0
7#A4E1E7
8#C2EBEF
9#E1F5F7
Tones
Muted variations
1#1E5B62
2#22585E
3#25555A
4#295256
5#2D4F53
6#314C4F
7#34494B
8#384647
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E7 | BordersInactive statesPlaceholder text |
| 400 | 71D0 #71D0DA | Disabled statesSecondary iconsMuted text |
| 500 | 49C2 #49C2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA5 #2EA5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F8;
--charcoal-200: #CAEDF1;
--charcoal-300: #A2E0E7;
--charcoal-400: #71D0DA;
--charcoal-500: #49C2D0;
--charcoal-600: #2EA5B2;
--charcoal-700: #25838E;
--charcoal-800: #1A5E65;
--charcoal-900: #113C41;
--charcoal-950: #0A2629;
}