Royal Blue

#432DEB

Blue

Color Codes

All color formats for development

HEX
#432DEB
RGB
rgb(67, 45, 235)
HSL
hsl(247, 83%, 55%)
OKLCH
oklch(0.478 0.262 275.2)
CMYK
cmyk(71%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.46:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E2DE
200
#C9C2
300
#9F94
400
#6D5C
500
#432D
600
#2913
700
#200F
800
#170B
900
#0F07
950
#0904

Shades

Darker variations

1#2E15E7
2#2913CD
3#2411B4
4#1F0E9A
5#1A0C80
6#140A67
7#0F074D
8#0A0533
9#05021A

Tints

Lighter variations

1#5642ED
2#6957EF
3#7C6CF1
4#8E81F3
5#A196F5
6#B4ABF7
7#C7C0F9
8#D9D5FB
9#ECEAFD

Tones

Muted variations

1#4B37E2
2#5240D8
3#594ACF
4#6053C5
5#685DBC
6#6F66B2
7#7670A9
8#7E799F
9#858396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DE
#E2DEFC
Light backgroundsTable row hoverSkeleton loading
200
C9C2
#C9C2F9
Secondary backgroundsInput backgroundsDividers
300
9F94
#9F94F5
BordersInactive statesPlaceholder text
400
6D5C
#6D5CF0
Disabled statesSecondary iconsMuted text
500
432D
#432DEB
Primary brand colorCTAsActive elementsLinks
600
2913
#2913CD
Hover statesFocus ringsPrimary buttons hover
700
200F
#200FA3
Active/pressed statesDark mode accentsSecondary text
800
170B
#170B75
Text on light backgroundsHeadingsStrong borders
900
0F07
#0F074B
Primary textHigh emphasis contentDark headings
950
0904
#09042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FE;
  --royal-blue-100: #E2DEFC;
  --royal-blue-200: #C9C2F9;
  --royal-blue-300: #9F94F5;
  --royal-blue-400: #6D5CF0;
  --royal-blue-500: #432DEB;
  --royal-blue-600: #2913CD;
  --royal-blue-700: #200FA3;
  --royal-blue-800: #170B75;
  --royal-blue-900: #0F074B;
  --royal-blue-950: #09042F;
}
Generate More ShadesCreate PaletteConvert Color