Navy

#04194E

Blue

Color Codes

All color formats for development

HEX
#04194E
RGB
rgb(4, 25, 78)
HSL
hsl(223, 90%, 16%)
OKLCH
oklch(0.239 0.101 263.3)
CMYK
cmyk(95%, 68%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.74:1

AA AAA

On Black Background

1.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DDE6
200
#C0D1
300
#90AD
400
#5583
500
#255F
600
#0B44
700
#0936
800
#0627
900
#0419
950
#0310

Shades

Darker variations

1#041646
2#03143E
3#031136
4#020F2F
5#020C27
6#020A1F
7#010717
8#010510
9#000208

Tints

Lighter variations

1#062676
2#08339F
3#0B40C8
4#0D4DF0
5#346AF4
6#5C88F6
7#85A6F9
8#AEC3FB
9#D6E1FD

Tones

Muted variations

1#081A4A
2#0B1C46
3#0F1E43
4#131F3F
5#16213B
6#1A2237
7#1E2434
8#212630
9#25272C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE6
#DDE6FD
Light backgroundsTable row hoverSkeleton loading
200
C0D1
#C0D1FC
Secondary backgroundsInput backgroundsDividers
300
90AD
#90ADF9
BordersInactive statesPlaceholder text
400
5583
#5583F6
Disabled statesSecondary iconsMuted text
500
255F
#255FF4
Primary brand colorCTAsActive elementsLinks
600
0B44
#0B44D5
Hover statesFocus ringsPrimary buttons hover
700
0936
#0936AA
Active/pressed statesDark mode accentsSecondary text
800
0627
#062779
Text on light backgroundsHeadingsStrong borders
900
0419
#04194E
Primary textHigh emphasis contentDark headings
950
0310
#031030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F4FE;
  --navy-100: #DDE6FD;
  --navy-200: #C0D1FC;
  --navy-300: #90ADF9;
  --navy-400: #5583F6;
  --navy-500: #255FF4;
  --navy-600: #0B44D5;
  --navy-700: #0936AA;
  --navy-800: #062779;
  --navy-900: #04194E;
  --navy-950: #031030;
}
Generate More ShadesCreate PaletteConvert Color