Navy

#1103B0

Blue

Color Codes

All color formats for development

HEX
#1103B0
RGB
rgb(17, 3, 176)
HSL
hsl(245, 97%, 35%)
OKLCH
oklch(0.348 0.233 266.8)
CMYK
cmyk(90%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

12.62:1

AA AAA

On Black Background

1.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C3BE
300
#958B
400
#5E4F
500
#2F1D
600
#1603
700
#1103
800
#0C02
900
#0801
950
#0501

Shades

Darker variations

1#0F029E
2#0E028D
3#0C027B
4#0A0269
5#090158
6#070146
7#050135
8#030123
9#020012

Tints

Lighter variations

1#1403D0
2#1704F1
3#2D1AFC
4#4B3BFC
5#695CFD
6#877CFD
7#A59DFE
8#C3BEFE
9#E1DEFF

Tones

Muted variations

1#180BA7
2#20149F
3#271D96
4#2E258D
5#352E85
6#3C377C
7#443F73
8#4B486B
9#525162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C3BE
#C3BEFE
Secondary backgroundsInput backgroundsDividers
300
958B
#958BFD
BordersInactive statesPlaceholder text
400
5E4F
#5E4FFC
Disabled statesSecondary iconsMuted text
500
2F1D
#2F1DFC
Primary brand colorCTAsActive elementsLinks
600
1603
#1603DD
Hover statesFocus ringsPrimary buttons hover
700
1103
#1103B0
Active/pressed statesDark mode accentsSecondary text
800
0C02
#0C027E
Text on light backgroundsHeadingsStrong borders
900
0801
#080150
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DFDCFE;
  --navy-200: #C3BEFE;
  --navy-300: #958BFD;
  --navy-400: #5E4FFC;
  --navy-500: #2F1DFC;
  --navy-600: #1603DD;
  --navy-700: #1103B0;
  --navy-800: #0C027E;
  --navy-900: #080150;
  --navy-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color