Royal Blue

#2D33EB

Blue

Color Codes

All color formats for development

HEX
#2D33EB
RGB
rgb(45, 51, 235)
HSL
hsl(238, 83%, 55%)
OKLCH
oklch(0.472 0.263 269.4)
CMYK
cmyk(81%, 78%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.54:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDF
200
#C2C4
300
#9497
400
#5C61
500
#2D33
600
#1319
700
#0F14
800
#0B0E
900
#0709
950
#0406

Shades

Darker variations

1#151CE7
2#1319CD
3#1116B4
4#0E139A
5#0C1080
6#0A0D67
7#07094D
8#050633
9#02031A

Tints

Lighter variations

1#4248ED
2#575CEF
3#6C70F1
4#8185F3
5#9699F5
6#ABAEF7
7#C0C2F9
8#D5D6FB
9#EAEBFD

Tones

Muted variations

1#373CE2
2#4045D8
3#4A4ECF
4#5357C5
5#5D60BC
6#6669B2
7#7072A9
8#797A9F
9#838396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDF
#DEDFFC
Light backgroundsTable row hoverSkeleton loading
200
C2C4
#C2C4F9
Secondary backgroundsInput backgroundsDividers
300
9497
#9497F5
BordersInactive statesPlaceholder text
400
5C61
#5C61F0
Disabled statesSecondary iconsMuted text
500
2D33
#2D33EB
Primary brand colorCTAsActive elementsLinks
600
1319
#1319CD
Hover statesFocus ringsPrimary buttons hover
700
0F14
#0F14A3
Active/pressed statesDark mode accentsSecondary text
800
0B0E
#0B0E75
Text on light backgroundsHeadingsStrong borders
900
0709
#07094B
Primary textHigh emphasis contentDark headings
950
0406
#04062F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F1FE;
  --royal-blue-100: #DEDFFC;
  --royal-blue-200: #C2C4F9;
  --royal-blue-300: #9497F5;
  --royal-blue-400: #5C61F0;
  --royal-blue-500: #2D33EB;
  --royal-blue-600: #1319CD;
  --royal-blue-700: #0F14A3;
  --royal-blue-800: #0B0E75;
  --royal-blue-900: #07094B;
  --royal-blue-950: #04062F;
}
Generate More ShadesCreate PaletteConvert Color