Navy

#1B00B3

Blue

Color Codes

All color formats for development

HEX
#1B00B3
RGB
rgb(27, 0, 179)
HSL
hsl(249, 100%, 35%)
OKLCH
oklch(0.355 0.235 269)
CMYK
cmyk(85%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

12.37:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DB
200
#C7BD
300
#9B8A
400
#674D
500
#3C1A
600
#2200
700
#1B00
800
#1300
900
#0C00
950
#0800

Shades

Darker variations

1#1800A1
2#15008F
3#13007D
4#10006B
5#0D0059
6#0B0047
7#080036
8#050024
9#030012

Tints

Lighter variations

1#2000D4
2#2500F5
3#3A17FF
4#5638FF
5#7259FF
6#8E7AFF
7#AA9CFF
8#C7BDFF
9#E3DEFF

Tones

Muted variations

1#2109AA
2#2712A1
3#2E1B98
4#34248F
5#3A2D86
6#40367D
7#473E74
8#4D476B
9#535062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DB
#E1DBFF
Light backgroundsTable row hoverSkeleton loading
200
C7BD
#C7BDFF
Secondary backgroundsInput backgroundsDividers
300
9B8A
#9B8AFF
BordersInactive statesPlaceholder text
400
674D
#674DFF
Disabled statesSecondary iconsMuted text
500
3C1A
#3C1AFF
Primary brand colorCTAsActive elementsLinks
600
2200
#2200E0
Hover statesFocus ringsPrimary buttons hover
700
1B00
#1B00B3
Active/pressed statesDark mode accentsSecondary text
800
1300
#130080
Text on light backgroundsHeadingsStrong borders
900
0C00
#0C0052
Primary textHigh emphasis contentDark headings
950
0800
#080033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F0FF;
  --navy-100: #E1DBFF;
  --navy-200: #C7BDFF;
  --navy-300: #9B8AFF;
  --navy-400: #674DFF;
  --navy-500: #3C1AFF;
  --navy-600: #2200E0;
  --navy-700: #1B00B3;
  --navy-800: #130080;
  --navy-900: #0C0052;
  --navy-950: #080033;
}
Generate More ShadesCreate PaletteConvert Color