Charcoal
#12526E
BlueColor Codes
All color formats for development
HEX
#12526ERGB
rgb(18, 82, 110)HSL
hsl(198, 72%, 25%)OKLCH
oklch(0.414 0.077 232.5)CMYK
cmyk(84%, 25%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104A63
2#0E4258
3#0C394D
4#0B3142
5#092937
6#07212C
7#051921
8#041016
9#02080B
Tints
Lighter variations
1#176B8F
2#1D83AF
3#229CD0
4#3AADDF
5#5BBBE4
6#7BC9EA
7#9CD6EF
8#BDE4F4
9#DEF1FA
Tones
Muted variations
1#165069
2#1B4E64
3#204D60
4#244B5B
5#294957
6#2D4752
7#32454E
8#374349
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65BF #65BFE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AAD #3AADDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F91 #1F91C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1973 #19739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1252 #12526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3546 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E0F2FA;
--charcoal-200: #C6E7F6;
--charcoal-300: #9AD5EF;
--charcoal-400: #65BFE6;
--charcoal-500: #3AADDF;
--charcoal-600: #1F91C1;
--charcoal-700: #19739A;
--charcoal-800: #12526E;
--charcoal-900: #0B3546;
--charcoal-950: #07212C;
}