Charcoal
#07274B
BlueColor Codes
All color formats for development
HEX
#07274BRGB
rgb(7, 39, 75)HSL
hsl(212, 83%, 16%)OKLCH
oklch(0.273 0.076 254.4)CMYK
cmyk(91%, 48%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062343
2#061F3C
3#051B34
4#04172D
5#031325
6#030F1E
7#020C16
8#01080F
9#010407
Tints
Lighter variations
1#0B3B72
2#0E4F99
3#1263C0
4#1677E7
5#3B8EED
6#62A5F0
7#89BBF4
8#B1D2F8
9#D8E8FB
Tones
Muted variations
1#0A2747
2#0E2744
3#112741
4#14273D
5#18283A
6#1B2836
7#1F2833
8#222830
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA1 #5CA1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D86 #2D86EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136A #136ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F54 #0F54A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DEECFC;
--charcoal-200: #C2DCF9;
--charcoal-300: #94C1F5;
--charcoal-400: #5CA1F0;
--charcoal-500: #2D86EB;
--charcoal-600: #136ACD;
--charcoal-700: #0F54A3;
--charcoal-800: #0B3C75;
--charcoal-900: #07274B;
--charcoal-950: #04182F;
}