Navy

#0D0F44

Blue

Color Codes

All color formats for development

HEX
#0D0F44
RGB
rgb(13, 15, 68)
HSL
hsl(238, 68%, 16%)
OKLCH
oklch(0.212 0.097 272.9)
CMYK
cmyk(81%, 78%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

17.97:1

AA AAA

On Black Background

1.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E2
200
#C7C9
300
#9C9F
400
#696D
500
#3E43
600
#2429
700
#1D21
800
#1417
900
#0D0F
950
#0809

Shades

Darker variations

1#0C0D3E
2#0A0C37
3#090A30
4#080929
5#070722
6#05061B
7#040415
8#03030E
9#010107

Tints

Lighter variations

1#141769
2#1B1F8D
3#2226B1
4#282ED4
5#4B50DD
6#6F73E4
7#9396EA
8#B7B9F1
9#DBDCF8

Tones

Muted variations

1#101142
2#13143F
3#15173C
4#181939
5#1B1C37
6#1E1E34
7#202131
8#23242E
9#26262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E2
#E1E2F9
Light backgroundsTable row hoverSkeleton loading
200
C7C9
#C7C9F4
Secondary backgroundsInput backgroundsDividers
300
9C9F
#9C9FEC
BordersInactive statesPlaceholder text
400
696D
#696DE2
Disabled statesSecondary iconsMuted text
500
3E43
#3E43DA
Primary brand colorCTAsActive elementsLinks
600
2429
#2429BC
Hover statesFocus ringsPrimary buttons hover
700
1D21
#1D2196
Active/pressed statesDark mode accentsSecondary text
800
1417
#14176B
Text on light backgroundsHeadingsStrong borders
900
0D0F
#0D0F45
Primary textHigh emphasis contentDark headings
950
0809
#08092B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F2FD;
  --navy-100: #E1E2F9;
  --navy-200: #C7C9F4;
  --navy-300: #9C9FEC;
  --navy-400: #696DE2;
  --navy-500: #3E43DA;
  --navy-600: #2429BC;
  --navy-700: #1D2196;
  --navy-800: #14176B;
  --navy-900: #0D0F45;
  --navy-950: #08092B;
}
Generate More ShadesCreate PaletteConvert Color