Royal Blue

#3C82DD

Blue

Color Codes

All color formats for development

HEX
#3C82DD
RGB
rgb(60, 130, 221)
HSL
hsl(214, 70%, 55%)
OKLCH
oklch(0.607 0.155 256.2)
CMYK
cmyk(73%, 41%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

3.87:1

AA AAA

On Black Background

5.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E1EB
200
#C7DB
300
#9BBF
400
#679D
500
#3C82
600
#2266
700
#1B51
800
#133A
900
#0C25
950
#0817

Shades

Darker variations

1#2672D7
2#2266BF
3#1D59A7
4#194C8F
5#154077
6#11335F
7#0D2648
8#081930
9#040D18

Tints

Lighter variations

1#4F8EE0
2#639BE3
3#76A7E7
4#8AB4EA
5#9DC0EE
6#B1CDF1
7#C4D9F5
8#D8E6F8
9#EBF2FC

Tones

Muted variations

1#4483D5
2#4C84CD
3#5485C4
4#5C86BC
5#6487B4
6#6C88AC
7#7489A4
8#7C8A9C
9#848B94

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBFA
Light backgroundsTable row hoverSkeleton loading
200
C7DB
#C7DBF5
Secondary backgroundsInput backgroundsDividers
300
9BBF
#9BBFED
BordersInactive statesPlaceholder text
400
679D
#679DE4
Disabled statesSecondary iconsMuted text
500
3C82
#3C82DD
Primary brand colorCTAsActive elementsLinks
600
2266
#2266BF
Hover statesFocus ringsPrimary buttons hover
700
1B51
#1B5198
Active/pressed statesDark mode accentsSecondary text
800
133A
#133A6C
Text on light backgroundsHeadingsStrong borders
900
0C25
#0C2545
Primary textHigh emphasis contentDark headings
950
0817
#08172B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --royal-blue-50: #F2F7FD;
  --royal-blue-100: #E1EBFA;
  --royal-blue-200: #C7DBF5;
  --royal-blue-300: #9BBFED;
  --royal-blue-400: #679DE4;
  --royal-blue-500: #3C82DD;
  --royal-blue-600: #2266BF;
  --royal-blue-700: #1B5198;
  --royal-blue-800: #133A6C;
  --royal-blue-900: #0C2545;
  --royal-blue-950: #08172B;
}
Generate More ShadesCreate PaletteConvert Color