Royal Blue

#4330E8

Blue

Color Codes

All color formats for development

HEX
#4330E8
RGB
rgb(67, 48, 232)
HSL
hsl(246, 80%, 55%)
OKLCH
oklch(0.478 0.256 275.2)
CMYK
cmyk(71%, 79%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

7.43:1

AA AAA

On Black Background

2.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E2DF
200
#C9C3
300
#9F95
400
#6D5E
500
#4330
600
#2816
700
#2012
800
#170D
900
#0F08
950
#0905

Shades

Darker variations

1#2D19E3
2#2816CA
3#2314B1
4#1E1197
5#190E7E
6#140B65
7#0F084C
8#0A0632
9#050319

Tints

Lighter variations

1#5645EA
2#685AED
3#7B6EEF
4#8E83F1
5#A198F4
6#B4ACF6
7#C7C1F8
8#D9D6FA
9#ECEAFD

Tones

Muted variations

1#4A3ADF
2#5143D6
3#594CCD
4#6055C3
5#685EBA
6#6F68B1
7#7671A8
8#7E7A9F
9#858395

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E2DF
#E2DFFB
Light backgroundsTable row hoverSkeleton loading
200
C9C3
#C9C3F8
Secondary backgroundsInput backgroundsDividers
300
9F95
#9F95F3
BordersInactive statesPlaceholder text
400
6D5E
#6D5EED
Disabled statesSecondary iconsMuted text
500
4330
#4330E8
Primary brand colorCTAsActive elementsLinks
600
2816
#2816CA
Hover statesFocus ringsPrimary buttons hover
700
2012
#2012A1
Active/pressed statesDark mode accentsSecondary text
800
170D
#170D73
Text on light backgroundsHeadingsStrong borders
900
0F08
#0F0849
Primary textHigh emphasis contentDark headings
950
0905
#09052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F1FD;
  --royal-blue-100: #E2DFFB;
  --royal-blue-200: #C9C3F8;
  --royal-blue-300: #9F95F3;
  --royal-blue-400: #6D5EED;
  --royal-blue-500: #4330E8;
  --royal-blue-600: #2816CA;
  --royal-blue-700: #2012A1;
  --royal-blue-800: #170D73;
  --royal-blue-900: #0F0849;
  --royal-blue-950: #09052E;
}
Generate More ShadesCreate PaletteConvert Color