Navy

#04134E

Blue

Color Codes

All color formats for development

HEX
#04134E
RGB
rgb(4, 19, 78)
HSL
hsl(228, 90%, 16%)
OKLCH
oklch(0.226 0.11 265.2)
CMYK
cmyk(95%, 76%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.38:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE4
200
#C0CC
300
#90A5
400
#5576
500
#254E
600
#0B34
700
#0929
800
#061D
900
#0413
950
#030C

Shades

Darker variations

1#041146
2#030F3E
3#030D36
4#020B2F
5#020927
6#02081F
7#010617
8#010410
9#000208

Tints

Lighter variations

1#061D76
2#08269F
3#0B30C8
4#0D3AF0
5#345AF4
6#5C7BF6
7#859CF9
8#AEBDFB
9#D6DEFD

Tones

Muted variations

1#08154A
2#0B1746
3#0F1943
4#131C3F
5#161E3B
6#1A2037
7#1E2234
8#212430
9#25272C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FD
Light backgroundsTable row hoverSkeleton loading
200
C0CC
#C0CCFC
Secondary backgroundsInput backgroundsDividers
300
90A5
#90A5F9
BordersInactive statesPlaceholder text
400
5576
#5576F6
Disabled statesSecondary iconsMuted text
500
254E
#254EF4
Primary brand colorCTAsActive elementsLinks
600
0B34
#0B34D5
Hover statesFocus ringsPrimary buttons hover
700
0929
#0929AA
Active/pressed statesDark mode accentsSecondary text
800
061D
#061D79
Text on light backgroundsHeadingsStrong borders
900
0413
#04134E
Primary textHigh emphasis contentDark headings
950
030C
#030C30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F3FE;
  --navy-100: #DDE4FD;
  --navy-200: #C0CCFC;
  --navy-300: #90A5F9;
  --navy-400: #5576F6;
  --navy-500: #254EF4;
  --navy-600: #0B34D5;
  --navy-700: #0929AA;
  --navy-800: #061D79;
  --navy-900: #04134E;
  --navy-950: #030C30;
}
Generate More ShadesCreate PaletteConvert Color