Royal Blue

#096DD7

Blue

Color Codes

All color formats for development

HEX
#096DD7
RGB
rgb(9, 109, 215)
HSL
hsl(211, 92%, 44%)
OKLCH
oklch(0.546 0.182 256)
CMYK
cmyk(96%, 49%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.02:1

AA AAA

On Black Background

4.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DDED
200
#BFDD
300
#8EC3
400
#54A3
500
#2389
600
#096D
700
#0757
800
#053E
900
#0328
950
#0219

Shades

Darker variations

1#0862C2
2#0757AC
3#064C97
4#054181
5#04366C
6#042C56
7#032141
8#02162B
9#010B16

Tints

Lighter variations

1#0A7BF3
2#2489F6
3#3F98F7
4#5AA7F8
5#76B5F9
6#91C4FA
7#ADD3FC
8#C8E2FD
9#E4F0FE

Tones

Muted variations

1#136DCD
2#1E6DC3
3#286EB8
4#326EAE
5#3D6EA4
6#476F99
7#516F8F
8#5C7085
9#66707B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDED
#DDEDFE
Light backgroundsTable row hoverSkeleton loading
200
BFDD
#BFDDFC
Secondary backgroundsInput backgroundsDividers
300
8EC3
#8EC3FA
BordersInactive statesPlaceholder text
400
54A3
#54A3F8
Disabled statesSecondary iconsMuted text
500
2389
#2389F6
Primary brand colorCTAsActive elementsLinks
600
096D
#096DD7
Hover statesFocus ringsPrimary buttons hover
700
0757
#0757AB
Active/pressed statesDark mode accentsSecondary text
800
053E
#053E7A
Text on light backgroundsHeadingsStrong borders
900
0328
#03284E
Primary textHigh emphasis contentDark headings
950
0219
#021931
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F0F7FE;
  --royal-blue-100: #DDEDFE;
  --royal-blue-200: #BFDDFC;
  --royal-blue-300: #8EC3FA;
  --royal-blue-400: #54A3F8;
  --royal-blue-500: #2389F6;
  --royal-blue-600: #096DD7;
  --royal-blue-700: #0757AB;
  --royal-blue-800: #053E7A;
  --royal-blue-900: #03284E;
  --royal-blue-950: #021931;
}
Generate More ShadesCreate PaletteConvert Color