Navy

#110EA4

Blue

Color Codes

All color formats for development

HEX
#110EA4
RGB
rgb(17, 14, 164)
HSL
hsl(241, 84%, 35%)
OKLCH
oklch(0.338 0.216 267.2)
CMYK
cmyk(90%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.94:1

AA AAA

On Black Background

1.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C3C2
300
#9593
400
#5D5B
500
#2F2C
600
#1512
700
#110E
800
#0C0A
900
#0807
950
#0504

Shades

Darker variations

1#0F0D94
2#0D0B83
3#0C0A73
4#0A0963
5#080752
6#070642
7#050431
8#030321
9#020110

Tints

Lighter variations

1#1411C3
2#1714E1
3#2D2AEC
4#4B48EF
5#6967F2
6#8785F4
7#A5A4F7
8#C3C2FA
9#E1E1FC

Tones

Muted variations

1#18169D
2#1F1D95
3#27258E
4#2E2C86
5#35347F
6#3C3B77
7#444370
8#4B4A68
9#525261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C3C2
#C3C2FA
Secondary backgroundsInput backgroundsDividers
300
9593
#9593F6
BordersInactive statesPlaceholder text
400
5D5B
#5D5BF1
Disabled statesSecondary iconsMuted text
500
2F2C
#2F2CED
Primary brand colorCTAsActive elementsLinks
600
1512
#1512CE
Hover statesFocus ringsPrimary buttons hover
700
110E
#110EA4
Active/pressed statesDark mode accentsSecondary text
800
0C0A
#0C0A75
Text on light backgroundsHeadingsStrong borders
900
0807
#08074B
Primary textHigh emphasis contentDark headings
950
0504
#05042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DFDEFC;
  --navy-200: #C3C2FA;
  --navy-300: #9593F6;
  --navy-400: #5D5BF1;
  --navy-500: #2F2CED;
  --navy-600: #1512CE;
  --navy-700: #110EA4;
  --navy-800: #0C0A75;
  --navy-900: #08074B;
  --navy-950: #05042F;
}
Generate More ShadesCreate PaletteConvert Color