Navy

#0A0B48

Blue

Color Codes

All color formats for development

HEX
#0A0B48
RGB
rgb(10, 11, 72)
HSL
hsl(239, 76%, 16%)
OKLCH
oklch(0.208 0.108 271.3)
CMYK
cmyk(86%, 85%, 0%, 72%)

Accessibility

WCAG contrast compliance

On White Background

18.19:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C5C5
300
#9899
400
#6264
500
#3538
600
#1B1E
700
#1518
800
#0F11
900
#0A0B
950
#0607

Shades

Darker variations

1#090A41
2#080939
3#070832
4#06062B
5#050524
6#04041D
7#030316
8#02020E
9#010107

Tints

Lighter variations

1#0F116E
2#141693
3#191CB9
4#1E22DF
5#4345E5
6#686AEA
7#8E90F0
8#B4B5F5
9#D9DAFA

Tones

Muted variations

1#0D0E45
2#101142
3#13143F
4#16173B
5#191A38
6#1C1D35
7#1F2032
8#23232F
9#26262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FB
Light backgroundsTable row hoverSkeleton loading
200
C5C5
#C5C5F7
Secondary backgroundsInput backgroundsDividers
300
9899
#9899F1
BordersInactive statesPlaceholder text
400
6264
#6264EA
Disabled statesSecondary iconsMuted text
500
3538
#3538E3
Primary brand colorCTAsActive elementsLinks
600
1B1E
#1B1EC5
Hover statesFocus ringsPrimary buttons hover
700
1518
#15189D
Active/pressed statesDark mode accentsSecondary text
800
0F11
#0F1170
Text on light backgroundsHeadingsStrong borders
900
0A0B
#0A0B48
Primary textHigh emphasis contentDark headings
950
0607
#06072D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F2FD;
  --navy-100: #E0E0FB;
  --navy-200: #C5C5F7;
  --navy-300: #9899F1;
  --navy-400: #6264EA;
  --navy-500: #3538E3;
  --navy-600: #1B1EC5;
  --navy-700: #15189D;
  --navy-800: #0F1170;
  --navy-900: #0A0B48;
  --navy-950: #06072D;
}
Generate More ShadesCreate PaletteConvert Color