Navy

#141D6C

Blue

Color Codes

All color formats for development

HEX
#141D6C
RGB
rgb(20, 29, 108)
HSL
hsl(234, 69%, 25%)
OKLCH
oklch(0.287 0.135 269.8)
CMYK
cmyk(81%, 73%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

14.77:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C7CC
300
#9CA4
400
#6874
500
#3D4D
600
#2332
700
#1C28
800
#141D
900
#0D12
950
#080B

Shades

Darker variations

1#121A61
2#101756
3#0E144B
4#0C1141
5#0A0E36
6#080B2B
7#060920
8#040616
9#02030B

Tints

Lighter variations

1#1A258C
2#202EAC
3#2636CD
4#3D4DDB
5#5D6BE1
6#7E88E7
7#9EA6ED
8#BEC4F3
9#DFE1F9

Tones

Muted variations

1#182067
2#1D2463
3#21275F
4#252B5A
5#2A2E56
6#2E3251
7#33354D
8#373949
9#3B3C44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3F9
Light backgroundsTable row hoverSkeleton loading
200
C7CC
#C7CCF5
Secondary backgroundsInput backgroundsDividers
300
9CA4
#9CA4ED
BordersInactive statesPlaceholder text
400
6874
#6874E3
Disabled statesSecondary iconsMuted text
500
3D4D
#3D4DDB
Primary brand colorCTAsActive elementsLinks
600
2332
#2332BE
Hover statesFocus ringsPrimary buttons hover
700
1C28
#1C2897
Active/pressed statesDark mode accentsSecondary text
800
141D
#141D6C
Text on light backgroundsHeadingsStrong borders
900
0D12
#0D1245
Primary textHigh emphasis contentDark headings
950
080B
#080B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F3FD;
  --navy-100: #E1E3F9;
  --navy-200: #C7CCF5;
  --navy-300: #9CA4ED;
  --navy-400: #6874E3;
  --navy-500: #3D4DDB;
  --navy-600: #2332BE;
  --navy-700: #1C2897;
  --navy-800: #141D6C;
  --navy-900: #0D1245;
  --navy-950: #080B2B;
}
Generate More ShadesCreate PaletteConvert Color