Royal Blue

#4F20F8

Blue

Color Codes

All color formats for development

HEX
#4F20F8
RGB
rgb(79, 32, 248)
HSL
hsl(253, 94%, 55%)
OKLCH
oklch(0.489 0.281 278.2)
CMYK
cmyk(68%, 87%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

7.26:1

AA AAA

On Black Background

2.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DC
200
#CCBF
300
#A58D
400
#7652
500
#4F20
600
#3407
700
#2A05
800
#1E04
900
#1302
950
#0C02

Shades

Darker variations

1#3B08F5
2#3407DA
3#2E06BE
4#2705A3
5#210488
6#1A036D
7#140352
8#0D0236
9#07011B

Tints

Lighter variations

1#6137F9
2#724DF9
3#8463FA
4#9579FB
5#A790FC
6#B9A6FC
7#CABCFD
8#DCD2FE
9#EDE9FE

Tones

Muted variations

1#552BED
2#5B36E3
3#6141D8
4#684CCD
5#6E56C2
6#7461B7
7#7A6CAD
8#8077A2
9#868197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CCBF
#CCBFFD
Secondary backgroundsInput backgroundsDividers
300
A58D
#A58DFB
BordersInactive statesPlaceholder text
400
7652
#7652FA
Disabled statesSecondary iconsMuted text
500
4F20
#4F20F8
Primary brand colorCTAsActive elementsLinks
600
3407
#3407DA
Hover statesFocus ringsPrimary buttons hover
700
2A05
#2A05AD
Active/pressed statesDark mode accentsSecondary text
800
1E04
#1E047C
Text on light backgroundsHeadingsStrong borders
900
1302
#13024F
Primary textHigh emphasis contentDark headings
950
0C02
#0C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F3F0FF;
  --royal-blue-100: #E4DCFE;
  --royal-blue-200: #CCBFFD;
  --royal-blue-300: #A58DFB;
  --royal-blue-400: #7652FA;
  --royal-blue-500: #4F20F8;
  --royal-blue-600: #3407DA;
  --royal-blue-700: #2A05AD;
  --royal-blue-800: #1E047C;
  --royal-blue-900: #13024F;
  --royal-blue-950: #0C0231;
}
Generate More ShadesCreate PaletteConvert Color