Navy

#110250

Blue

Color Codes

All color formats for development

HEX
#110250
RGB
rgb(17, 2, 80)
HSL
hsl(252, 95%, 16%)
OKLCH
oklch(0.21 0.126 276.5)
CMYK
cmyk(79%, 98%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

18.29:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DC
200
#CBBE
300
#A38D
400
#7351
500
#4B1F
600
#3006
700
#2604
800
#1B03
900
#1202
950
#0B01

Shades

Darker variations

1#100248
2#0E0240
3#0C0138
4#0B0130
5#090128
6#070120
7#050118
8#040010
9#020008

Tints

Lighter variations

1#1B0379
2#2404A3
3#2D05CD
4#3606F7
5#572EFA
6#7858FB
7#9A82FC
8#BCABFD
9#DDD5FE

Tones

Muted variations

1#14064C
2#160A48
3#190E44
4#1B1240
5#1D153C
6#1F1938
7#221D34
8#242131
9#26252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E3DC
#E3DCFE
Light backgroundsTable row hoverSkeleton loading
200
CBBE
#CBBEFD
Secondary backgroundsInput backgroundsDividers
300
A38D
#A38DFC
BordersInactive statesPlaceholder text
400
7351
#7351FB
Disabled statesSecondary iconsMuted text
500
4B1F
#4B1FF9
Primary brand colorCTAsActive elementsLinks
600
3006
#3006DB
Hover statesFocus ringsPrimary buttons hover
700
2604
#2604AE
Active/pressed statesDark mode accentsSecondary text
800
1B03
#1B037C
Text on light backgroundsHeadingsStrong borders
900
1202
#120250
Primary textHigh emphasis contentDark headings
950
0B01
#0B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F3F0FF;
  --navy-100: #E3DCFE;
  --navy-200: #CBBEFD;
  --navy-300: #A38DFC;
  --navy-400: #7351FB;
  --navy-500: #4B1FF9;
  --navy-600: #3006DB;
  --navy-700: #2604AE;
  --navy-800: #1B037C;
  --navy-900: #120250;
  --navy-950: #0B0132;
}
Generate More ShadesCreate PaletteConvert Color