Royal Blue

#335FE6

Blue

Color Codes

All color formats for development

HEX
#335FE6
RGB
rgb(51, 95, 230)
HSL
hsl(225, 78%, 55%)
OKLCH
oklch(0.539 0.21 265.7)
CMYK
cmyk(78%, 59%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

5.36:1

AA AAA

On Black Background

3.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE6
200
#C4D1
300
#97AD
400
#6083
500
#335F
600
#1944
700
#1436
800
#0E27
900
#0919
950
#0610

Shades

Darker variations

1#1C4DE1
2#1944C8
3#163CAF
4#133396
5#0F2B7D
6#0C2264
7#091A4B
8#061132
9#030919

Tints

Lighter variations

1#476FE8
2#5C7FEB
3#708FED
4#849FF0
5#99AFF2
6#ADBFF5
7#C2CFF7
8#D6DFFA
9#EBEFFC

Tones

Muted variations

1#3C64DD
2#4568D4
3#4E6DCB
4#5771C2
5#5F76B9
6#687AB0
7#717FA7
8#7A839E
9#838895

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE6
#DFE6FB
Light backgroundsTable row hoverSkeleton loading
200
C4D1
#C4D1F8
Secondary backgroundsInput backgroundsDividers
300
97AD
#97ADF2
BordersInactive statesPlaceholder text
400
6083
#6083EB
Disabled statesSecondary iconsMuted text
500
335F
#335FE6
Primary brand colorCTAsActive elementsLinks
600
1944
#1944C8
Hover statesFocus ringsPrimary buttons hover
700
1436
#14369F
Active/pressed statesDark mode accentsSecondary text
800
0E27
#0E2771
Text on light backgroundsHeadingsStrong borders
900
0919
#091949
Primary textHigh emphasis contentDark headings
950
0610
#06102D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F4FD;
  --royal-blue-100: #DFE6FB;
  --royal-blue-200: #C4D1F8;
  --royal-blue-300: #97ADF2;
  --royal-blue-400: #6083EB;
  --royal-blue-500: #335FE6;
  --royal-blue-600: #1944C8;
  --royal-blue-700: #14369F;
  --royal-blue-800: #0E2771;
  --royal-blue-900: #091949;
  --royal-blue-950: #06102D;
}
Generate More ShadesCreate PaletteConvert Color