Navy

#06164B

Blue

Color Codes

All color formats for development

HEX
#06164B
RGB
rgb(6, 22, 75)
HSL
hsl(226, 85%, 16%)
OKLCH
oklch(0.23 0.1 265.3)
CMYK
cmyk(92%, 71%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.16:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CF
300
#92AA
400
#5A7D
500
#2B58
600
#113D
700
#0D31
800
#0A23
900
#0616
950
#040E

Shades

Darker variations

1#061444
2#05123C
3#041035
4#040D2D
5#030B26
6#02091E
7#020717
8#01040F
9#010208

Tints

Lighter variations

1#092273
2#0D2E9B
3#1039C2
4#1345EA
5#3963EF
6#6082F2
7#88A2F5
8#B0C1F9
9#D7E0FC

Tones

Muted variations

1#0A1848
2#0D1A45
3#111C41
4#141E3E
5#17203A
6#1B2137
7#1E2333
8#222530
9#25272C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FC
Light backgroundsTable row hoverSkeleton loading
200
C2CF
#C2CFFA
Secondary backgroundsInput backgroundsDividers
300
92AA
#92AAF6
BordersInactive statesPlaceholder text
400
5A7D
#5A7DF2
Disabled statesSecondary iconsMuted text
500
2B58
#2B58EE
Primary brand colorCTAsActive elementsLinks
600
113D
#113DD0
Hover statesFocus ringsPrimary buttons hover
700
0D31
#0D31A5
Active/pressed statesDark mode accentsSecondary text
800
0A23
#0A2376
Text on light backgroundsHeadingsStrong borders
900
0616
#06164B
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F4FE;
  --navy-100: #DEE5FC;
  --navy-200: #C2CFFA;
  --navy-300: #92AAF6;
  --navy-400: #5A7DF2;
  --navy-500: #2B58EE;
  --navy-600: #113DD0;
  --navy-700: #0D31A5;
  --navy-800: #0A2376;
  --navy-900: #06164B;
  --navy-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color