Charcoal
#07334A
BlueColor Codes
All color formats for development
HEX
#07334ARGB
rgb(7, 51, 74)HSL
hsl(201, 83%, 16%)OKLCH
oklch(0.305 0.061 237.4)CMYK
cmyk(91%, 31%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062E43
2#06293C
3#052434
4#041F2D
5#031925
6#03141E
7#020F16
8#010A0F
9#010507
Tints
Lighter variations
1#0B4E72
2#0E6899
3#1283C0
4#169EE7
5#3BAFED
6#62BFF0
7#89CFF4
8#B1DFF8
9#D8EFFB
Tones
Muted variations
1#0A3247
2#0E3144
3#113041
4#142F3D
5#182E3A
6#1B2D36
7#1F2C33
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBC #5CBCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA9 #2DA9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138C #138CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6F #0F6FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B50 #0B5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF2FC;
--charcoal-200: #C2E6F9;
--charcoal-300: #94D3F5;
--charcoal-400: #5CBCF0;
--charcoal-500: #2DA9EB;
--charcoal-600: #138CCD;
--charcoal-700: #0F6FA3;
--charcoal-800: #0B5075;
--charcoal-900: #07334B;
--charcoal-950: #04202F;
}