Navy

#0B3274

Blue

Color Codes

All color formats for development

HEX
#0B3274
RGB
rgb(11, 50, 116)
HSL
hsl(218, 83%, 25%)
OKLCH
oklch(0.336 0.122 260.5)
CMYK
cmyk(91%, 57%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

12.19:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEE9
200
#C2D7
300
#94B7
400
#5C92
500
#2D73
600
#1357
700
#0F45
800
#0B32
900
#0720
950
#0414

Shades

Darker variations

1#0A2D69
2#09285D
3#082352
4#071E46
5#05193A
6#04142F
7#030F23
8#020A17
9#01050C

Tints

Lighter variations

1#0E4198
2#114FBB
3#155EDE
4#2D73EB
5#508AEF
6#73A2F2
7#96B9F5
8#B9D0F8
9#DCE8FC

Tones

Muted variations

1#10336F
2#15346A
3#1B3665
4#20375F
5#25395A
6#2B3A55
7#303C50
8#353D4A
9#3A3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE9
#DEE9FC
Light backgroundsTable row hoverSkeleton loading
200
C2D7
#C2D7F9
Secondary backgroundsInput backgroundsDividers
300
94B7
#94B7F5
BordersInactive statesPlaceholder text
400
5C92
#5C92F0
Disabled statesSecondary iconsMuted text
500
2D73
#2D73EB
Primary brand colorCTAsActive elementsLinks
600
1357
#1357CD
Hover statesFocus ringsPrimary buttons hover
700
0F45
#0F45A3
Active/pressed statesDark mode accentsSecondary text
800
0B32
#0B3275
Text on light backgroundsHeadingsStrong borders
900
0720
#07204B
Primary textHigh emphasis contentDark headings
950
0414
#04142F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F6FE;
  --navy-100: #DEE9FC;
  --navy-200: #C2D7F9;
  --navy-300: #94B7F5;
  --navy-400: #5C92F0;
  --navy-500: #2D73EB;
  --navy-600: #1357CD;
  --navy-700: #0F45A3;
  --navy-800: #0B3275;
  --navy-900: #07204B;
  --navy-950: #04142F;
}
Generate More ShadesCreate PaletteConvert Color