Royal Blue

#2D2DEB

Blue

Color Codes

All color formats for development

HEX
#2D2DEB
RGB
rgb(45, 45, 235)
HSL
hsl(240, 83%, 55%)
OKLCH
oklch(0.466 0.267 269.6)
CMYK
cmyk(81%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

7.82:1

AA AAA

On Black Background

2.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDE
200
#C2C2
300
#9494
400
#5C5C
500
#2D2D
600
#1313
700
#0F0F
800
#0B0B
900
#0707
950
#0404

Shades

Darker variations

1#1515E7
2#1313CD
3#1111B4
4#0E0E9A
5#0C0C80
6#0A0A67
7#07074D
8#050533
9#02021A

Tints

Lighter variations

1#4242ED
2#5757EF
3#6C6CF1
4#8181F3
5#9696F5
6#ABABF7
7#C0C0F9
8#D5D5FB
9#EAEAFD

Tones

Muted variations

1#3737E2
2#4040D8
3#4A4ACF
4#5353C5
5#5D5DBC
6#6666B2
7#7070A9
8#79799F
9#838396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFC
Light backgroundsTable row hoverSkeleton loading
200
C2C2
#C2C2F9
Secondary backgroundsInput backgroundsDividers
300
9494
#9494F5
BordersInactive statesPlaceholder text
400
5C5C
#5C5CF0
Disabled statesSecondary iconsMuted text
500
2D2D
#2D2DEB
Primary brand colorCTAsActive elementsLinks
600
1313
#1313CD
Hover statesFocus ringsPrimary buttons hover
700
0F0F
#0F0FA3
Active/pressed statesDark mode accentsSecondary text
800
0B0B
#0B0B75
Text on light backgroundsHeadingsStrong borders
900
0707
#07074B
Primary textHigh emphasis contentDark headings
950
0404
#04042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F1FE;
  --royal-blue-100: #DEDEFC;
  --royal-blue-200: #C2C2F9;
  --royal-blue-300: #9494F5;
  --royal-blue-400: #5C5CF0;
  --royal-blue-500: #2D2DEB;
  --royal-blue-600: #1313CD;
  --royal-blue-700: #0F0FA3;
  --royal-blue-800: #0B0B75;
  --royal-blue-900: #07074B;
  --royal-blue-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color