Charcoal

#07274B

Blue

Color Codes

All color formats for development

HEX
#07274B
RGB
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

On White Background

14.99:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEEC
200
#C2DC
300
#94C1
400
#5CA1
500
#2D86
600
#136A
700
#0F54
800
#0B3C
900
#0727
950
#0418

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color