Royal Blue

#6767E4

Blue

Color Codes

All color formats for development

HEX
#6767E4
RGB
rgb(103, 103, 228)
HSL
hsl(240, 70%, 65%)
OKLCH
oklch(0.58 0.185 279)
CMYK
cmyk(55%, 55%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

4.53:1

AA AAA

On Black Background

4.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E1
200
#C7C7
300
#9B9B
400
#6767
500
#3C3C
600
#2222
700
#1B1B
800
#1313
900
#0C0C
950
#0808

Shades

Darker variations

1#4B4BDF
2#2F2FDA
3#2323C5
4#1E1EA9
5#19198D
6#141471
7#0F0F55
8#0A0A38
9#05051C

Tints

Lighter variations

1#7676E7
2#8686EA
3#9595EC
4#A4A4EF
5#B3B3F2
6#C2C2F4
7#D1D1F7
8#E1E1FA
9#F0F0FC

Tones

Muted variations

1#6E6EDE
2#7474D8
3#7A7AD1
4#8080CB
5#8787C5
6#8D8DBF
7#9393B8
8#9999B2
9#A0A0AC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E1
#E1E1FA
Light backgroundsTable row hoverSkeleton loading
200
C7C7
#C7C7F5
Secondary backgroundsInput backgroundsDividers
300
9B9B
#9B9BED
BordersInactive statesPlaceholder text
400
6767
#6767E4
Disabled statesSecondary iconsMuted text
500
3C3C
#3C3CDD
Primary brand colorCTAsActive elementsLinks
600
2222
#2222BF
Hover statesFocus ringsPrimary buttons hover
700
1B1B
#1B1B98
Active/pressed statesDark mode accentsSecondary text
800
1313
#13136C
Text on light backgroundsHeadingsStrong borders
900
0C0C
#0C0C45
Primary textHigh emphasis contentDark headings
950
0808
#08082B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F2FD;
  --royal-blue-100: #E1E1FA;
  --royal-blue-200: #C7C7F5;
  --royal-blue-300: #9B9BED;
  --royal-blue-400: #6767E4;
  --royal-blue-500: #3C3CDD;
  --royal-blue-600: #2222BF;
  --royal-blue-700: #1B1B98;
  --royal-blue-800: #13136C;
  --royal-blue-900: #0C0C45;
  --royal-blue-950: #08082B;
}
Generate More ShadesCreate PaletteConvert Color