Navy

#200D72

Blue

Color Codes

All color formats for development

HEX
#200D72
RGB
rgb(32, 13, 114)
HSL
hsl(251, 80%, 25%)
OKLCH
oklch(0.28 0.155 278.1)
CMYK
cmyk(72%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.42:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DF
200
#CDC3
300
#A795
400
#795E
500
#5230
600
#3716
700
#2C12
800
#1F0D
900
#1408
950
#0D05

Shades

Darker variations

1#1C0B67
2#190A5C
3#160950
4#130845
5#100639
6#0D052E
7#090422
8#060317
9#03010B

Tints

Lighter variations

1#291195
2#3214B8
3#3C18DA
4#5230E8
5#6F53EC
6#8C75F0
7#A998F4
8#C5BAF7
9#E2DDFB

Tones

Muted variations

1#23126E
2#261769
3#291C63
4#2C215E
5#302659
6#332B54
7#36304F
8#39364A
9#3D3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFB
Light backgroundsTable row hoverSkeleton loading
200
CDC3
#CDC3F8
Secondary backgroundsInput backgroundsDividers
300
A795
#A795F3
BordersInactive statesPlaceholder text
400
795E
#795EED
Disabled statesSecondary iconsMuted text
500
5230
#5230E8
Primary brand colorCTAsActive elementsLinks
600
3716
#3716CA
Hover statesFocus ringsPrimary buttons hover
700
2C12
#2C12A1
Active/pressed statesDark mode accentsSecondary text
800
1F0D
#1F0D73
Text on light backgroundsHeadingsStrong borders
900
1408
#140849
Primary textHigh emphasis contentDark headings
950
0D05
#0D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F3F1FD;
  --navy-100: #E4DFFB;
  --navy-200: #CDC3F8;
  --navy-300: #A795F3;
  --navy-400: #795EED;
  --navy-500: #5230E8;
  --navy-600: #3716CA;
  --navy-700: #2C12A1;
  --navy-800: #1F0D73;
  --navy-900: #140849;
  --navy-950: #0D052E;
}
Generate More ShadesCreate PaletteConvert Color