Charcoal

#0E4D71

Blue

Color Codes

All color formats for development

HEX
#0E4D71
RGB
rgb(14, 77, 113)
HSL
hsl(202, 78%, 25%)
OKLCH
oklch(0.401 0.085 240.2)
CMYK
cmyk(88%, 32%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

9.06:1

AA AAA

On Black Background

2.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF1
200
#C4E5
300
#97D1
400
#60B8
500
#33A4
600
#1988
700
#146C
800
#0E4D
900
#0931
950
#061F

Shades

Darker variations

1#0D4566
2#0B3E5B
3#0A364F
4#082E44
5#072739
6#061F2D
7#041722
8#030F17
9#01080B

Tints

Lighter variations

1#126494
2#167BB6
3#1B92D8
4#33A4E6
5#55B3EA
6#77C2EE
7#99D2F2
8#BBE1F7
9#DDF0FB

Tones

Muted variations

1#134C6D
2#184A68
3#1D4963
4#22485E
5#274659
6#2C4554
7#31444F
8#36424A
9#3B4145

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF1
#DFF1FB
Light backgroundsTable row hoverSkeleton loading
200
C4E5
#C4E5F8
Secondary backgroundsInput backgroundsDividers
300
97D1
#97D1F2
BordersInactive statesPlaceholder text
400
60B8
#60B8EB
Disabled statesSecondary iconsMuted text
500
33A4
#33A4E6
Primary brand colorCTAsActive elementsLinks
600
1988
#1988C8
Hover statesFocus ringsPrimary buttons hover
700
146C
#146C9F
Active/pressed statesDark mode accentsSecondary text
800
0E4D
#0E4D71
Text on light backgroundsHeadingsStrong borders
900
0931
#093149
Primary textHigh emphasis contentDark headings
950
061F
#061F2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F9FD;
  --charcoal-100: #DFF1FB;
  --charcoal-200: #C4E5F8;
  --charcoal-300: #97D1F2;
  --charcoal-400: #60B8EB;
  --charcoal-500: #33A4E6;
  --charcoal-600: #1988C8;
  --charcoal-700: #146C9F;
  --charcoal-800: #0E4D71;
  --charcoal-900: #093149;
  --charcoal-950: #061F2D;
}
Generate More ShadesCreate PaletteConvert Color