Navy

#1B149F

Blue

Color Codes

All color formats for development

HEX
#1B149F
RGB
rgb(27, 20, 159)
HSL
hsl(243, 78%, 35%)
OKLCH
oklch(0.341 0.204 270)
CMYK
cmyk(83%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.75:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E1DF
200
#C7C4
300
#9B97
400
#6760
500
#3C33
600
#2119
700
#1B14
800
#130E
900
#0C09
950
#0806

Shades

Darker variations

1#18128F
2#15107F
3#130E6F
4#100C5F
5#0D0A4F
6#0B0840
7#080630
8#050420
9#030210

Tints

Lighter variations

1#2017BC
2#241BDA
3#3A30E5
4#564EE9
5#726BED
6#8E89F0
7#AAA6F4
8#C7C4F8
9#E3E1FB

Tones

Muted variations

1#211B98
2#272291
3#2D298A
4#342F83
5#3A367C
6#403D75
7#46446E
8#4D4B67
9#535260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E1DF
#E1DFFB
Light backgroundsTable row hoverSkeleton loading
200
C7C4
#C7C4F8
Secondary backgroundsInput backgroundsDividers
300
9B97
#9B97F2
BordersInactive statesPlaceholder text
400
6760
#6760EB
Disabled statesSecondary iconsMuted text
500
3C33
#3C33E6
Primary brand colorCTAsActive elementsLinks
600
2119
#2119C8
Hover statesFocus ringsPrimary buttons hover
700
1B14
#1B149F
Active/pressed statesDark mode accentsSecondary text
800
130E
#130E71
Text on light backgroundsHeadingsStrong borders
900
0C09
#0C0949
Primary textHigh emphasis contentDark headings
950
0806
#08062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F1FD;
  --navy-100: #E1DFFB;
  --navy-200: #C7C4F8;
  --navy-300: #9B97F2;
  --navy-400: #6760EB;
  --navy-500: #3C33E6;
  --navy-600: #2119C8;
  --navy-700: #1B149F;
  --navy-800: #130E71;
  --navy-900: #0C0949;
  --navy-950: #08062D;
}
Generate More ShadesCreate PaletteConvert Color