Navy

#1A0AA9

Blue

Color Codes

All color formats for development

HEX
#1A0AA9
RGB
rgb(26, 10, 169)
HSL
hsl(246, 89%, 35%)
OKLCH
oklch(0.346 0.221 269.3)
CMYK
cmyk(85%, 94%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

12.65: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
#F2F1
100
#E0DD
200
#C6C0
300
#9B90
400
#6656
500
#3B26
600
#200C
700
#1A0A
800
#1207
900
#0C04
950
#0703

Shades

Darker variations

1#170998
2#150887
3#120776
4#0F0665
5#0D0554
6#0A0443
7#080333
8#050222
9#030111

Tints

Lighter variations

1#1E0CC8
2#230DE7
3#3824F2
4#5543F4
5#7162F6
6#8D82F8
7#AAA1FA
8#C6C0FB
9#E3E0FD

Tones

Muted variations

1#2012A1
2#261A99
3#2D2291
4#332A89
5#393281
6#403979
7#464171
8#4D4969
9#535161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DD
#E0DDFD
Light backgroundsTable row hoverSkeleton loading
200
C6C0
#C6C0FB
Secondary backgroundsInput backgroundsDividers
300
9B90
#9B90F9
BordersInactive statesPlaceholder text
400
6656
#6656F5
Disabled statesSecondary iconsMuted text
500
3B26
#3B26F2
Primary brand colorCTAsActive elementsLinks
600
200C
#200CD4
Hover statesFocus ringsPrimary buttons hover
700
1A0A
#1A0AA9
Active/pressed statesDark mode accentsSecondary text
800
1207
#120778
Text on light backgroundsHeadingsStrong borders
900
0C04
#0C044D
Primary textHigh emphasis contentDark headings
950
0703
#070330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F1FE;
  --navy-100: #E0DDFD;
  --navy-200: #C6C0FB;
  --navy-300: #9B90F9;
  --navy-400: #6656F5;
  --navy-500: #3B26F2;
  --navy-600: #200CD4;
  --navy-700: #1A0AA9;
  --navy-800: #120778;
  --navy-900: #0C044D;
  --navy-950: #070330;
}
Generate More ShadesCreate PaletteConvert Color