Charcoal

#0E4B71

Blue

Color Codes

All color formats for development

HEX
#0E4B71
RGB
rgb(14, 75, 113)
HSL
hsl(203, 78%, 25%)
OKLCH
oklch(0.396 0.087 242.3)
CMYK
cmyk(88%, 34%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

9.28:1

AA AAA

On Black Background

2.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF0
200
#C4E4
300
#97CF
400
#60B6
500
#33A1
600
#1985
700
#1469
800
#0E4B
900
#0930
950
#061E

Shades

Darker variations

1#0D4466
2#0B3C5B
3#0A354F
4#082D44
5#072639
6#061E2D
7#041722
8#030F17
9#01080B

Tints

Lighter variations

1#126294
2#1679B6
3#1B8FD8
4#33A1E6
5#55B1EA
6#77C0EE
7#99D0F2
8#BBE0F7
9#DDEFFB

Tones

Muted variations

1#134A6D
2#184968
3#1D4863
4#22475E
5#274659
6#2C4454
7#31434F
8#36424A
9#3B4145

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF0
#DFF0FB
Light backgroundsTable row hoverSkeleton loading
200
C4E4
#C4E4F8
Secondary backgroundsInput backgroundsDividers
300
97CF
#97CFF2
BordersInactive statesPlaceholder text
400
60B6
#60B6EB
Disabled statesSecondary iconsMuted text
500
33A1
#33A1E6
Primary brand colorCTAsActive elementsLinks
600
1985
#1985C8
Hover statesFocus ringsPrimary buttons hover
700
1469
#14699F
Active/pressed statesDark mode accentsSecondary text
800
0E4B
#0E4B71
Text on light backgroundsHeadingsStrong borders
900
0930
#093049
Primary textHigh emphasis contentDark headings
950
061E
#061E2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F9FD;
  --charcoal-100: #DFF0FB;
  --charcoal-200: #C4E4F8;
  --charcoal-300: #97CFF2;
  --charcoal-400: #60B6EB;
  --charcoal-500: #33A1E6;
  --charcoal-600: #1985C8;
  --charcoal-700: #14699F;
  --charcoal-800: #0E4B71;
  --charcoal-900: #093049;
  --charcoal-950: #061E2D;
}
Generate More ShadesCreate PaletteConvert Color