Royal Blue

#2D30EB

Blue

Color Codes

All color formats for development

HEX
#2D30EB
RGB
rgb(45, 48, 235)
HSL
hsl(239, 83%, 55%)
OKLCH
oklch(0.469 0.265 269.5)
CMYK
cmyk(81%, 80%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.68:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDF
200
#C2C3
300
#9495
400
#5C5E
500
#2D30
600
#1316
700
#0F12
800
#0B0D
900
#0708
950
#0405

Shades

Darker variations

1#1519E7
2#1316CD
3#1113B4
4#0E119A
5#0C0E80
6#0A0B67
7#07084D
8#050633
9#02031A

Tints

Lighter variations

1#4245ED
2#575AEF
3#6C6EF1
4#8183F3
5#9698F5
6#ABACF7
7#C0C1F9
8#D5D6FB
9#EAEAFD

Tones

Muted variations

1#3739E2
2#4043D8
3#4A4CCF
4#5355C5
5#5D5EBC
6#6667B2
7#7071A9
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
C2C3
#C2C3F9
Secondary backgroundsInput backgroundsDividers
300
9495
#9495F5
BordersInactive statesPlaceholder text
400
5C5E
#5C5EF0
Disabled statesSecondary iconsMuted text
500
2D30
#2D30EB
Primary brand colorCTAsActive elementsLinks
600
1316
#1316CD
Hover statesFocus ringsPrimary buttons hover
700
0F12
#0F12A3
Active/pressed statesDark mode accentsSecondary text
800
0B0D
#0B0D75
Text on light backgroundsHeadingsStrong borders
900
0708
#07084B
Primary textHigh emphasis contentDark headings
950
0405
#04052F
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: #C2C3F9;
  --royal-blue-300: #9495F5;
  --royal-blue-400: #5C5EF0;
  --royal-blue-500: #2D30EB;
  --royal-blue-600: #1316CD;
  --royal-blue-700: #0F12A3;
  --royal-blue-800: #0B0D75;
  --royal-blue-900: #07084B;
  --royal-blue-950: #04052F;
}
Generate More ShadesCreate PaletteConvert Color