Navy

#141B9F

Blue

Color Codes

All color formats for development

HEX
#141B9F
RGB
rgb(20, 27, 159)
HSL
hsl(237, 78%, 35%)
OKLCH
oklch(0.345 0.201 267.7)
CMYK
cmyk(87%, 83%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.45:1

AA AAA

On Black Background

1.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE1
200
#C4C7
300
#979B
400
#6067
500
#333C
600
#1921
700
#141B
800
#0E13
900
#090C
950
#0608

Shades

Darker variations

1#12188F
2#10157F
3#0E136F
4#0C105F
5#0A0D4F
6#080B40
7#060830
8#040520
9#020310

Tints

Lighter variations

1#1720BC
2#1B24DA
3#303AE5
4#4E56E9
5#6B72ED
6#898EF0
7#A6AAF4
8#C4C7F8
9#E1E3FB

Tones

Muted variations

1#1B2198
2#222791
3#292D8A
4#2F3483
5#363A7C
6#3D4075
7#44466E
8#4B4D67
9#525360

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE1
#DFE1FB
Light backgroundsTable row hoverSkeleton loading
200
C4C7
#C4C7F8
Secondary backgroundsInput backgroundsDividers
300
979B
#979BF2
BordersInactive statesPlaceholder text
400
6067
#6067EB
Disabled statesSecondary iconsMuted text
500
333C
#333CE6
Primary brand colorCTAsActive elementsLinks
600
1921
#1921C8
Hover statesFocus ringsPrimary buttons hover
700
141B
#141B9F
Active/pressed statesDark mode accentsSecondary text
800
0E13
#0E1371
Text on light backgroundsHeadingsStrong borders
900
090C
#090C49
Primary textHigh emphasis contentDark headings
950
0608
#06082D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FD;
  --navy-100: #DFE1FB;
  --navy-200: #C4C7F8;
  --navy-300: #979BF2;
  --navy-400: #6067EB;
  --navy-500: #333CE6;
  --navy-600: #1921C8;
  --navy-700: #141B9F;
  --navy-800: #0E1371;
  --navy-900: #090C49;
  --navy-950: #06082D;
}
Generate More ShadesCreate PaletteConvert Color