Navy

#0B1B75

Blue

Color Codes

All color formats for development

HEX
#0B1B75
RGB
rgb(11, 27, 117)
HSL
hsl(231, 83%, 25%)
OKLCH
oklch(0.29 0.152 266.6)
CMYK
cmyk(91%, 77%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

14.71:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE3
200
#C2CB
300
#94A2
400
#5C72
500
#2D4A
600
#132F
700
#0F25
800
#0B1B
900
#0711
950
#040B

Shades

Darker variations

1#0A1869
2#09155D
3#081352
4#071046
5#050D3A
6#040B2F
7#030823
8#020517
9#01030C

Tints

Lighter variations

1#0E2398
2#112BBB
3#1533DE
4#2D4AEB
5#5068EF
6#7386F2
7#96A4F5
8#B9C3F8
9#DCE1FC

Tones

Muted variations

1#101E6F
2#15226A
3#1B2665
4#202A5F
5#252D5A
6#2B3155
7#303550
8#35384A
9#3A3C45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE3
#DEE3FC
Light backgroundsTable row hoverSkeleton loading
200
C2CB
#C2CBF9
Secondary backgroundsInput backgroundsDividers
300
94A2
#94A2F5
BordersInactive statesPlaceholder text
400
5C72
#5C72F0
Disabled statesSecondary iconsMuted text
500
2D4A
#2D4AEB
Primary brand colorCTAsActive elementsLinks
600
132F
#132FCD
Hover statesFocus ringsPrimary buttons hover
700
0F25
#0F25A3
Active/pressed statesDark mode accentsSecondary text
800
0B1B
#0B1B75
Text on light backgroundsHeadingsStrong borders
900
0711
#07114B
Primary textHigh emphasis contentDark headings
950
040B
#040B2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F3FE;
  --navy-100: #DEE3FC;
  --navy-200: #C2CBF9;
  --navy-300: #94A2F5;
  --navy-400: #5C72F0;
  --navy-500: #2D4AEB;
  --navy-600: #132FCD;
  --navy-700: #0F25A3;
  --navy-800: #0B1B75;
  --navy-900: #07114B;
  --navy-950: #040B2F;
}
Generate More ShadesCreate PaletteConvert Color