Navy

#100B75

Blue

Color Codes

All color formats for development

HEX
#100B75
RGB
rgb(16, 11, 117)
HSL
hsl(243, 83%, 25%)
OKLCH
oklch(0.272 0.164 269.6)
CMYK
cmyk(86%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

15.83:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DE
200
#C5C2
300
#9994
400
#635C
500
#372D
600
#1C13
700
#170F
800
#100B
900
#0A07
950
#0604

Shades

Darker variations

1#0F0A69
2#0D095D
3#0B0852
4#0A0746
5#08053A
6#06042F
7#050323
8#030217
9#02010C

Tints

Lighter variations

1#150E98
2#1A11BB
3#1F15DE
4#372DEB
5#5850EF
6#7973F2
7#9B96F5
8#BCB9F8
9#DEDCFC

Tones

Muted variations

1#15106F
2#1A156A
3#1E1B65
4#23205F
5#28255A
6#2D2B55
7#313050
8#36354A
9#3B3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DE
#E0DEFC
Light backgroundsTable row hoverSkeleton loading
200
C5C2
#C5C2F9
Secondary backgroundsInput backgroundsDividers
300
9994
#9994F5
BordersInactive statesPlaceholder text
400
635C
#635CF0
Disabled statesSecondary iconsMuted text
500
372D
#372DEB
Primary brand colorCTAsActive elementsLinks
600
1C13
#1C13CD
Hover statesFocus ringsPrimary buttons hover
700
170F
#170FA3
Active/pressed statesDark mode accentsSecondary text
800
100B
#100B75
Text on light backgroundsHeadingsStrong borders
900
0A07
#0A074B
Primary textHigh emphasis contentDark headings
950
0604
#06042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F1FE;
  --navy-100: #E0DEFC;
  --navy-200: #C5C2F9;
  --navy-300: #9994F5;
  --navy-400: #635CF0;
  --navy-500: #372DEB;
  --navy-600: #1C13CD;
  --navy-700: #170FA3;
  --navy-800: #100B75;
  --navy-900: #0A074B;
  --navy-950: #06042F;
}
Generate More ShadesCreate PaletteConvert Color