Navy

#0E0150

Blue

Color Codes

All color formats for development

HEX
#0E0150
RGB
rgb(14, 1, 80)
HSL
hsl(250, 98%, 16%)
OKLCH
oklch(0.207 0.128 274.3)
CMYK
cmyk(83%, 99%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

18.44:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DC
200
#C8BD
300
#9E8B
400
#6B4E
500
#411C
600
#2702
700
#1F02
800
#1601
900
#0E01
950
#0901

Shades

Darker variations

1#0D0149
2#0B0141
3#0A0139
4#080030
5#070028
6#060020
7#040018
8#030010
9#010008

Tints

Lighter variations

1#16017B
2#1D02A6
3#2402D0
4#2C03FA
5#4E2BFD
6#7155FD
7#9580FE
8#B8AAFE
9#DCD5FF

Tones

Muted variations

1#11054D
2#130949
3#160D45
4#191141
5#1B153D
6#1E1939
7#211D35
8#232131
9#26252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DC
#E1DCFF
Light backgroundsTable row hoverSkeleton loading
200
C8BD
#C8BDFE
Secondary backgroundsInput backgroundsDividers
300
9E8B
#9E8BFE
BordersInactive statesPlaceholder text
400
6B4E
#6B4EFD
Disabled statesSecondary iconsMuted text
500
411C
#411CFD
Primary brand colorCTAsActive elementsLinks
600
2702
#2702DE
Hover statesFocus ringsPrimary buttons hover
700
1F02
#1F02B1
Active/pressed statesDark mode accentsSecondary text
800
1601
#16017E
Text on light backgroundsHeadingsStrong borders
900
0E01
#0E0151
Primary textHigh emphasis contentDark headings
950
0901
#090132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F0FF;
  --navy-100: #E1DCFF;
  --navy-200: #C8BDFE;
  --navy-300: #9E8BFE;
  --navy-400: #6B4EFD;
  --navy-500: #411CFD;
  --navy-600: #2702DE;
  --navy-700: #1F02B1;
  --navy-800: #16017E;
  --navy-900: #0E0151;
  --navy-950: #090132;
}
Generate More ShadesCreate PaletteConvert Color