Navy

#0F0D72

Blue

Color Codes

All color formats for development

HEX
#0F0D72
RGB
rgb(15, 13, 114)
HSL
hsl(241, 80%, 25%)
OKLCH
oklch(0.269 0.16 269.3)
CMYK
cmyk(87%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.90:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDF
200
#C4C3
300
#9795
400
#615E
500
#3430
600
#1916
700
#1412
800
#0E0D
900
#0908
950
#0605

Shades

Darker variations

1#0D0B67
2#0C0A5C
3#0A0950
4#090845
5#070639
6#06052E
7#040422
8#030317
9#01010B

Tints

Lighter variations

1#131195
2#1714B8
3#1B18DA
4#3430E8
5#5553EC
6#7775F0
7#9998F4
8#BBBAF7
9#DDDDFB

Tones

Muted variations

1#13126E
2#181769
3#1D1C63
4#22215E
5#272659
6#2C2B54
7#31304F
8#36364A
9#3B3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FD
BackgroundsSubtle highlightsCard backgrounds
100
DFDF
#DFDFFB
Light backgroundsTable row hoverSkeleton loading
200
C4C3
#C4C3F8
Secondary backgroundsInput backgroundsDividers
300
9795
#9795F3
BordersInactive statesPlaceholder text
400
615E
#615EED
Disabled statesSecondary iconsMuted text
500
3430
#3430E8
Primary brand colorCTAsActive elementsLinks
600
1916
#1916CA
Hover statesFocus ringsPrimary buttons hover
700
1412
#1412A1
Active/pressed statesDark mode accentsSecondary text
800
0E0D
#0E0D73
Text on light backgroundsHeadingsStrong borders
900
0908
#090849
Primary textHigh emphasis contentDark headings
950
0605
#06052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FD;
  --navy-100: #DFDFFB;
  --navy-200: #C4C3F8;
  --navy-300: #9795F3;
  --navy-400: #615EED;
  --navy-500: #3430E8;
  --navy-600: #1916CA;
  --navy-700: #1412A1;
  --navy-800: #0E0D73;
  --navy-900: #090849;
  --navy-950: #06052E;
}
Generate More ShadesCreate PaletteConvert Color