Royal Blue

#2D66EB

Blue

Color Codes

All color formats for development

HEX
#2D66EB
RGB
rgb(45, 102, 235)
HSL
hsl(222, 83%, 55%)
OKLCH
oklch(0.554 0.21 263.5)
CMYK
cmyk(81%, 57%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

4.99:1

AA AAA

On Black Background

4.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DEE7
200
#C2D3
300
#94B1
400
#5C88
500
#2D66
600
#134B
700
#0F3C
800
#0B2B
900
#071B
950
#0411

Shades

Darker variations

1#1554E7
2#134BCD
3#1142B4
4#0E389A
5#0C2F80
6#0A2567
7#071C4D
8#051333
9#02091A

Tints

Lighter variations

1#4275ED
2#5785EF
3#6C94F1
4#81A3F3
5#96B3F5
6#ABC2F7
7#C0D1F9
8#D5E0FB
9#EAF0FD

Tones

Muted variations

1#376AE2
2#406ED8
3#4A72CF
4#5375C5
5#5D79BC
6#667DB2
7#7081A9
8#79859F
9#838896

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE7
#DEE7FC
Light backgroundsTable row hoverSkeleton loading
200
C2D3
#C2D3F9
Secondary backgroundsInput backgroundsDividers
300
94B1
#94B1F5
BordersInactive statesPlaceholder text
400
5C88
#5C88F0
Disabled statesSecondary iconsMuted text
500
2D66
#2D66EB
Primary brand colorCTAsActive elementsLinks
600
134B
#134BCD
Hover statesFocus ringsPrimary buttons hover
700
0F3C
#0F3CA3
Active/pressed statesDark mode accentsSecondary text
800
0B2B
#0B2B75
Text on light backgroundsHeadingsStrong borders
900
071B
#071B4B
Primary textHigh emphasis contentDark headings
950
0411
#04112F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FE;
  --royal-blue-100: #DEE7FC;
  --royal-blue-200: #C2D3F9;
  --royal-blue-300: #94B1F5;
  --royal-blue-400: #5C88F0;
  --royal-blue-500: #2D66EB;
  --royal-blue-600: #134BCD;
  --royal-blue-700: #0F3CA3;
  --royal-blue-800: #0B2B75;
  --royal-blue-900: #071B4B;
  --royal-blue-950: #04112F;
}
Generate More ShadesCreate PaletteConvert Color