Navy

#0F00B3

Blue

Color Codes

All color formats for development

HEX
#0F00B3
RGB
rgb(15, 0, 179)
HSL
hsl(245, 100%, 35%)
OKLCH
oklch(0.35 0.237 266.3)
CMYK
cmyk(92%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

12.57:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DEDB
200
#C2BD
300
#938A
400
#5B4D
500
#2D1A
600
#1300
700
#0F00
800
#0B00
900
#0700
950
#0400

Shades

Darker variations

1#0D00A1
2#0C008F
3#0A007D
4#09006B
5#070059
6#060047
7#040036
8#030024
9#010012

Tints

Lighter variations

1#1200D4
2#1400F5
3#2A17FF
4#4938FF
5#6759FF
6#857AFF
7#A49CFF
8#C2BDFF
9#E1DEFF

Tones

Muted variations

1#1609AA
2#1E12A1
3#251B98
4#2D248F
5#342D86
6#3B367D
7#433E74
8#4A476B
9#525062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DEDB
#DEDBFF
Light backgroundsTable row hoverSkeleton loading
200
C2BD
#C2BDFF
Secondary backgroundsInput backgroundsDividers
300
938A
#938AFF
BordersInactive statesPlaceholder text
400
5B4D
#5B4DFF
Disabled statesSecondary iconsMuted text
500
2D1A
#2D1AFF
Primary brand colorCTAsActive elementsLinks
600
1300
#1300E0
Hover statesFocus ringsPrimary buttons hover
700
0F00
#0F00B3
Active/pressed statesDark mode accentsSecondary text
800
0B00
#0B0080
Text on light backgroundsHeadingsStrong borders
900
0700
#070052
Primary textHigh emphasis contentDark headings
950
0400
#040033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DEDBFF;
  --navy-200: #C2BDFF;
  --navy-300: #938AFF;
  --navy-400: #5B4DFF;
  --navy-500: #2D1AFF;
  --navy-600: #1300E0;
  --navy-700: #0F00B3;
  --navy-800: #0B0080;
  --navy-900: #070052;
  --navy-950: #040033;
}
Generate More ShadesCreate PaletteConvert Color