Navy

#0B3375

Blue

Color Codes

All color formats for development

HEX
#0B3375
RGB
rgb(11, 51, 117)
HSL
hsl(217, 83%, 25%)
OKLCH
oklch(0.339 0.122 260.3)
CMYK
cmyk(91%, 56%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

12.04:1

AA AAA

On Black Background

1.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C2D7
300
#94B9
400
#5C94
500
#2D76
600
#135A
700
#0F48
800
#0B33
900
#0721
950
#0415

Shades

Darker variations

1#0A2E69
2#09295D
3#082452
4#071F46
5#051A3A
6#04152F
7#030F23
8#020A17
9#01050C

Tints

Lighter variations

1#0E4398
2#1152BB
3#1562DE
4#2D76EB
5#508DEF
6#73A4F2
7#96BBF5
8#B9D1F8
9#DCE8FC

Tones

Muted variations

1#10356F
2#15366A
3#1B3765
4#20385F
5#253A5A
6#2B3B55
7#303C50
8#353D4A
9#3A3F45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFC
Light backgroundsTable row hoverSkeleton loading
200
C2D7
#C2D7F9
Secondary backgroundsInput backgroundsDividers
300
94B9
#94B9F5
BordersInactive statesPlaceholder text
400
5C94
#5C94F0
Disabled statesSecondary iconsMuted text
500
2D76
#2D76EB
Primary brand colorCTAsActive elementsLinks
600
135A
#135ACD
Hover statesFocus ringsPrimary buttons hover
700
0F48
#0F48A3
Active/pressed statesDark mode accentsSecondary text
800
0B33
#0B3375
Text on light backgroundsHeadingsStrong borders
900
0721
#07214B
Primary textHigh emphasis contentDark headings
950
0415
#04152F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F6FE;
  --navy-100: #DEEAFC;
  --navy-200: #C2D7F9;
  --navy-300: #94B9F5;
  --navy-400: #5C94F0;
  --navy-500: #2D76EB;
  --navy-600: #135ACD;
  --navy-700: #0F48A3;
  --navy-800: #0B3375;
  --navy-900: #07214B;
  --navy-950: #04152F;
}
Generate More ShadesCreate PaletteConvert Color