Royal Blue

#6B6BE1

Blue

Color Codes

All color formats for development

HEX
#6B6BE1
RGB
rgb(107, 107, 225)
HSL
hsl(240, 66%, 65%)
OKLCH
oklch(0.588 0.175 279.6)
CMYK
cmyk(52%, 52%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

4.36:1

AA AAA

On Black Background

4.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E1
200
#C8C8
300
#9E9E
400
#6B6B
500
#4141
600
#2626
700
#1E1E
800
#1616
900
#0E0E
950
#0909

Shades

Darker variations

1#4F4FDB
2#3434D5
3#2727C1
4#2222A5
5#1C1C8A
6#17176E
7#111153
8#0B0B37
9#06061C

Tints

Lighter variations

1#7A7AE4
2#8888E7
3#9797EA
4#A6A6ED
5#B5B5F0
6#C4C4F3
7#D3D3F6
8#E1E1F9
9#F0F0FC

Tones

Muted variations

1#7171DB
2#7777D5
3#7D7DCF
4#8282C9
5#8888C3
6#8E8EBD
7#9494B7
8#9A9AB2
9#A0A0AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E1
#E1E1F9
Light backgroundsTable row hoverSkeleton loading
200
C8C8
#C8C8F4
Secondary backgroundsInput backgroundsDividers
300
9E9E
#9E9EEB
BordersInactive statesPlaceholder text
400
6B6B
#6B6BE1
Disabled statesSecondary iconsMuted text
500
4141
#4141D8
Primary brand colorCTAsActive elementsLinks
600
2626
#2626BA
Hover statesFocus ringsPrimary buttons hover
700
1E1E
#1E1E94
Active/pressed statesDark mode accentsSecondary text
800
1616
#16166A
Text on light backgroundsHeadingsStrong borders
900
0E0E
#0E0E44
Primary textHigh emphasis contentDark headings
950
0909
#09092A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FC;
  --royal-blue-100: #E1E1F9;
  --royal-blue-200: #C8C8F4;
  --royal-blue-300: #9E9EEB;
  --royal-blue-400: #6B6BE1;
  --royal-blue-500: #4141D8;
  --royal-blue-600: #2626BA;
  --royal-blue-700: #1E1E94;
  --royal-blue-800: #16166A;
  --royal-blue-900: #0E0E44;
  --royal-blue-950: #09092A;
}
Generate More ShadesCreate PaletteConvert Color