Navy

#0E0E43

Blue

Color Codes

All color formats for development

HEX
#0E0E43
RGB
rgb(14, 14, 67)
HSL
hsl(240, 65%, 16%)
OKLCH
oklch(0.21 0.096 274.3)
CMYK
cmyk(79%, 79%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

18.06:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E2E2
200
#C8C8
300
#9E9E
400
#6C6C
500
#4242
600
#2727
700
#1F1F
800
#1616
900
#0E0E
950
#0909

Shades

Darker variations

1#0D0D3D
2#0B0B36
3#0A0A2F
4#090928
5#070722
6#06061B
7#040414
8#03030D
9#010107

Tints

Lighter variations

1#161667
2#1D1D8A
3#2525AD
4#2C2CD1
5#4E4EDA
6#7272E1
7#9595E9
8#B8B8F0
9#DCDCF8

Tones

Muted variations

1#111141
2#14143E
3#16163B
4#191939
5#1C1C36
6#1E1E33
7#212131
8#23232E
9#26262B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F9
Light backgroundsTable row hoverSkeleton loading
200
C8C8
#C8C8F3
Secondary backgroundsInput backgroundsDividers
300
9E9E
#9E9EEA
BordersInactive statesPlaceholder text
400
6C6C
#6C6CE0
Disabled statesSecondary iconsMuted text
500
4242
#4242D7
Primary brand colorCTAsActive elementsLinks
600
2727
#2727B9
Hover statesFocus ringsPrimary buttons hover
700
1F1F
#1F1F93
Active/pressed statesDark mode accentsSecondary text
800
1616
#161669
Text on light backgroundsHeadingsStrong borders
900
0E0E
#0E0E43
Primary textHigh emphasis contentDark headings
950
0909
#09092A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F2FC;
  --navy-100: #E2E2F9;
  --navy-200: #C8C8F3;
  --navy-300: #9E9EEA;
  --navy-400: #6C6CE0;
  --navy-500: #4242D7;
  --navy-600: #2727B9;
  --navy-700: #1F1F93;
  --navy-800: #161669;
  --navy-900: #0E0E43;
  --navy-950: #09092A;
}
Generate More ShadesCreate PaletteConvert Color