Navy

#210679

Blue

Color Codes

All color formats for development

HEX
#210679
RGB
rgb(33, 6, 121)
HSL
hsl(254, 91%, 25%)
OKLCH
oklch(0.284 0.167 277.9)
CMYK
cmyk(73%, 95%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.36:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DD
200
#CEC0
300
#A88F
400
#7A55
500
#5524
600
#3A0A
700
#2E08
800
#2106
900
#1504
950
#0D02

Shades

Darker variations

1#1E056E
2#1A0561
3#170455
4#140349
5#10033D
6#0D0231
7#0A0225
8#070118
9#03010C

Tints

Lighter variations

1#2B079E
2#3409C3
3#3E0BE7
4#5524F5
5#7148F6
6#8D6DF8
7#AA91FA
8#C6B6FC
9#E3DAFD

Tones

Muted variations

1#240C74
2#27116E
3#2A1768
4#2D1D63
5#30235D
6#332957
7#362E51
8#3A344B
9#3D3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A88F
#A88FFA
BordersInactive statesPlaceholder text
400
7A55
#7A55F7
Disabled statesSecondary iconsMuted text
500
5524
#5524F5
Primary brand colorCTAsActive elementsLinks
600
3A0A
#3A0AD6
Hover statesFocus ringsPrimary buttons hover
700
2E08
#2E08AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#21067A
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
Primary textHigh emphasis contentDark headings
950
0D02
#0D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F0FE;
  --navy-100: #E4DDFD;
  --navy-200: #CEC0FC;
  --navy-300: #A88FFA;
  --navy-400: #7A55F7;
  --navy-500: #5524F5;
  --navy-600: #3A0AD6;
  --navy-700: #2E08AA;
  --navy-800: #21067A;
  --navy-900: #15044E;
  --navy-950: #0D0231;
}
Generate More ShadesCreate PaletteConvert Color