Navy

#0E1244

Blue

Color Codes

All color formats for development

HEX
#0E1244
RGB
rgb(14, 18, 68)
HSL
hsl(236, 66%, 16%)
OKLCH
oklch(0.219 0.093 272.4)
CMYK
cmyk(79%, 74%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

17.67:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C8CB
300
#9EA3
400
#6B73
500
#414B
600
#2630
700
#1E26
800
#161B
900
#0E11
950
#090B

Shades

Darker variations

1#0C103D
2#0B0E36
3#0A0C2F
4#080A29
5#070922
6#06071B
7#040514
8#03030E
9#010207

Tints

Lighter variations

1#151B67
2#1C248B
3#242DAE
4#2B36D2
5#4D57DB
6#7178E2
7#949AE9
8#B8BCF0
9#DBDDF8

Tones

Muted variations

1#111441
2#13163E
3#16183C
4#191B39
5#1B1D36
6#1E1F34
7#212231
8#23242E
9#26262B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3F9
Light backgroundsTable row hoverSkeleton loading
200
C8CB
#C8CBF4
Secondary backgroundsInput backgroundsDividers
300
9EA3
#9EA3EB
BordersInactive statesPlaceholder text
400
6B73
#6B73E1
Disabled statesSecondary iconsMuted text
500
414B
#414BD8
Primary brand colorCTAsActive elementsLinks
600
2630
#2630BA
Hover statesFocus ringsPrimary buttons hover
700
1E26
#1E2694
Active/pressed statesDark mode accentsSecondary text
800
161B
#161B6A
Text on light backgroundsHeadingsStrong borders
900
0E11
#0E1144
Primary textHigh emphasis contentDark headings
950
090B
#090B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F3FC;
  --navy-100: #E1E3F9;
  --navy-200: #C8CBF4;
  --navy-300: #9EA3EB;
  --navy-400: #6B73E1;
  --navy-500: #414BD8;
  --navy-600: #2630BA;
  --navy-700: #1E2694;
  --navy-800: #161B6A;
  --navy-900: #0E1144;
  --navy-950: #090B2A;
}
Generate More ShadesCreate PaletteConvert Color