Navy

#2007AB

Blue

Color Codes

All color formats for development

HEX
#2007AB
RGB
rgb(32, 7, 171)
HSL
hsl(249, 92%, 35%)
OKLCH
oklch(0.35 0.222 271)
CMYK
cmyk(81%, 96%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.50: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
#F2F0
100
#E2DD
200
#C9BF
300
#9F8E
400
#6C54
500
#4223
600
#2809
700
#2007
800
#1705
900
#0F03
950
#0902

Shades

Darker variations

1#1D069A
2#190689
3#160578
4#130467
5#100456
6#0D0345
7#0A0233
8#060122
9#030111

Tints

Lighter variations

1#2608CB
2#2C0AEB
3#4020F6
4#5C40F7
5#7760F8
6#9280FA
7#ADA0FB
8#C9BFFC
9#E4DFFE

Tones

Muted variations

1#260FA3
2#2B189B
3#312093
4#37288B
5#3D3082
6#42387A
7#484172
8#4E496A
9#545161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFE
Light backgroundsTable row hoverSkeleton loading
200
C9BF
#C9BFFC
Secondary backgroundsInput backgroundsDividers
300
9F8E
#9F8EFA
BordersInactive statesPlaceholder text
400
6C54
#6C54F8
Disabled statesSecondary iconsMuted text
500
4223
#4223F6
Primary brand colorCTAsActive elementsLinks
600
2809
#2809D7
Hover statesFocus ringsPrimary buttons hover
700
2007
#2007AB
Active/pressed statesDark mode accentsSecondary text
800
1705
#17057A
Text on light backgroundsHeadingsStrong borders
900
0F03
#0F034E
Primary textHigh emphasis contentDark headings
950
0902
#090231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F0FE;
  --navy-100: #E2DDFE;
  --navy-200: #C9BFFC;
  --navy-300: #9F8EFA;
  --navy-400: #6C54F8;
  --navy-500: #4223F6;
  --navy-600: #2809D7;
  --navy-700: #2007AB;
  --navy-800: #17057A;
  --navy-900: #0F034E;
  --navy-950: #090231;
}
Generate More ShadesCreate PaletteConvert Color