Navy

#1B1D98

Blue

Color Codes

All color formats for development

HEX
#1B1D98
RGB
rgb(27, 29, 152)
HSL
hsl(239, 70%, 35%)
OKLCH
oklch(0.342 0.19 269.9)
CMYK
cmyk(82%, 81%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

12.53:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E1
200
#C7C7
300
#9B9D
400
#6769
500
#3C3F
600
#2224
700
#1B1D
800
#1315
900
#0C0D
950
#0808

Shades

Darker variations

1#181A89
2#151779
3#13146A
4#10115B
5#0D0E4C
6#0B0C3D
7#08092E
8#05061E
9#03030F

Tints

Lighter variations

1#2022B4
2#2528D0
3#3A3CDC
4#5658E1
5#7274E6
6#8E90EB
7#AAACF0
8#C7C7F5
9#E3E3FA

Tones

Muted variations

1#212391
2#27298B
3#2E2F85
4#34357F
5#3A3B78
6#404172
7#47476C
8#4D4D66
9#53535F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E1
#E1E1FA
Light backgroundsTable row hoverSkeleton loading
200
C7C7
#C7C7F5
Secondary backgroundsInput backgroundsDividers
300
9B9D
#9B9DED
BordersInactive statesPlaceholder text
400
6769
#6769E4
Disabled statesSecondary iconsMuted text
500
3C3F
#3C3FDD
Primary brand colorCTAsActive elementsLinks
600
2224
#2224BF
Hover statesFocus ringsPrimary buttons hover
700
1B1D
#1B1D98
Active/pressed statesDark mode accentsSecondary text
800
1315
#13156C
Text on light backgroundsHeadingsStrong borders
900
0C0D
#0C0D45
Primary textHigh emphasis contentDark headings
950
0808
#08082B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F2FD;
  --navy-100: #E1E1FA;
  --navy-200: #C7C7F5;
  --navy-300: #9B9DED;
  --navy-400: #6769E4;
  --navy-500: #3C3FDD;
  --navy-600: #2224BF;
  --navy-700: #1B1D98;
  --navy-800: #13156C;
  --navy-900: #0C0D45;
  --navy-950: #08082B;
}
Generate More ShadesCreate PaletteConvert Color