Royal Blue

#336EE6

Blue

Color Codes

All color formats for development

HEX
#336EE6
RGB
rgb(51, 110, 230)
HSL
hsl(220, 78%, 55%)
OKLCH
oklch(0.568 0.193 262.4)
CMYK
cmyk(78%, 52%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

4.65:1

AA AAA

On Black Background

4.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE9
200
#C4D5
300
#97B5
400
#608F
500
#336E
600
#1953
700
#1442
800
#0E2F
900
#091E
950
#0613

Shades

Darker variations

1#1C5DE1
2#1953C8
3#1649AF
4#133E96
5#0F347D
6#0C2A64
7#091F4B
8#061532
9#030A19

Tints

Lighter variations

1#477DE8
2#5C8BEB
3#709AED
4#84A8F0
5#99B7F2
6#ADC5F5
7#C2D4F7
8#D6E2FA
9#EBF1FC

Tones

Muted variations

1#3C71DD
2#4574D4
3#4E77CB
4#577AC2
5#5F7DB9
6#6880B0
7#7183A7
8#7A869E
9#838995

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C4D5
#C4D5F8
Secondary backgroundsInput backgroundsDividers
300
97B5
#97B5F2
BordersInactive statesPlaceholder text
400
608F
#608FEB
Disabled statesSecondary iconsMuted text
500
336E
#336EE6
Primary brand colorCTAsActive elementsLinks
600
1953
#1953C8
Hover statesFocus ringsPrimary buttons hover
700
1442
#14429F
Active/pressed statesDark mode accentsSecondary text
800
0E2F
#0E2F71
Text on light backgroundsHeadingsStrong borders
900
091E
#091E49
Primary textHigh emphasis contentDark headings
950
0613
#06132D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F1F5FD;
  --royal-blue-100: #DFE9FB;
  --royal-blue-200: #C4D5F8;
  --royal-blue-300: #97B5F2;
  --royal-blue-400: #608FEB;
  --royal-blue-500: #336EE6;
  --royal-blue-600: #1953C8;
  --royal-blue-700: #14429F;
  --royal-blue-800: #0E2F71;
  --royal-blue-900: #091E49;
  --royal-blue-950: #06132D;
}
Generate More ShadesCreate PaletteConvert Color