Navy

#220878

Blue

Color Codes

All color formats for development

HEX
#220878
RGB
rgb(34, 8, 120)
HSL
hsl(254, 88%, 25%)
OKLCH
oklch(0.285 0.165 278.5)
CMYK
cmyk(72%, 93%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.28: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
#F4F1
100
#E5DD
200
#CEC1
300
#A991
400
#7C57
500
#5627
600
#3C0D
700
#2F0B
800
#2208
900
#1605
950
#0E03

Shades

Darker variations

1#1E076C
2#1B0660
3#180554
4#140548
5#11043C
6#0E0330
7#0A0224
8#070218
9#03010C

Tints

Lighter variations

1#2C0A9C
2#360CC0
3#400FE4
4#5627F1
5#724BF4
6#8F6FF6
7#AB93F8
8#C7B7FA
9#E3DBFD

Tones

Muted variations

1#250D72
2#28136D
3#2B1867
4#2E1E61
5#31245C
6#342956
7#372F51
8#3A354B
9#3D3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC1
#CEC1FB
Secondary backgroundsInput backgroundsDividers
300
A991
#A991F8
BordersInactive statesPlaceholder text
400
7C57
#7C57F4
Disabled statesSecondary iconsMuted text
500
5627
#5627F1
Primary brand colorCTAsActive elementsLinks
600
3C0D
#3C0DD3
Hover statesFocus ringsPrimary buttons hover
700
2F0B
#2F0BA8
Active/pressed statesDark mode accentsSecondary text
800
2208
#220878
Text on light backgroundsHeadingsStrong borders
900
1605
#16054D
Primary textHigh emphasis contentDark headings
950
0E03
#0E0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F1FE;
  --navy-100: #E5DDFD;
  --navy-200: #CEC1FB;
  --navy-300: #A991F8;
  --navy-400: #7C57F4;
  --navy-500: #5627F1;
  --navy-600: #3C0DD3;
  --navy-700: #2F0BA8;
  --navy-800: #220878;
  --navy-900: #16054D;
  --navy-950: #0E0330;
}
Generate More ShadesCreate PaletteConvert Color