Navy

#181968

Blue

Color Codes

All color formats for development

HEX
#181968
RGB
rgb(24, 25, 104)
HSL
hsl(239, 63%, 25%)
OKLCH
oklch(0.278 0.133 273.1)
CMYK
cmyk(77%, 76%, 0%, 59%)

Accessibility

WCAG contrast compliance

On White Background

15.24:1

AA AAA

On Black Background

1.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E2
200
#C9CA
300
#9FA1
400
#6E6F
500
#4446
600
#2A2C
700
#2123
800
#1819
900
#0F10
950
#090A

Shades

Darker variations

1#15165E
2#131453
3#111149
4#0E0F3E
5#0C0C34
6#090A2A
7#07071F
8#050515
9#02020A

Tints

Lighter variations

1#1F2087
2#2628A6
3#2D2FC5
4#4446D5
5#6365DC
6#8284E3
7#A1A3EA
8#C1C1F1
9#E0E0F8

Tones

Muted variations

1#1C1D64
2#202160
3#24255C
4#282858
5#2C2C54
6#303050
7#34344C
8#383848
9#3C3C44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F8
Light backgroundsTable row hoverSkeleton loading
200
C9CA
#C9CAF3
Secondary backgroundsInput backgroundsDividers
300
9FA1
#9FA1E9
BordersInactive statesPlaceholder text
400
6E6F
#6E6FDE
Disabled statesSecondary iconsMuted text
500
4446
#4446D5
Primary brand colorCTAsActive elementsLinks
600
2A2C
#2A2CB7
Hover statesFocus ringsPrimary buttons hover
700
2123
#212391
Active/pressed statesDark mode accentsSecondary text
800
1819
#181968
Text on light backgroundsHeadingsStrong borders
900
0F10
#0F1043
Primary textHigh emphasis contentDark headings
950
090A
#090A2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F3F3FC;
  --navy-100: #E2E2F8;
  --navy-200: #C9CAF3;
  --navy-300: #9FA1E9;
  --navy-400: #6E6FDE;
  --navy-500: #4446D5;
  --navy-600: #2A2CB7;
  --navy-700: #212391;
  --navy-800: #181968;
  --navy-900: #0F1043;
  --navy-950: #090A2A;
}
Generate More ShadesCreate PaletteConvert Color