Royal Blue
#5E61ED
BlueColor Codes
All color formats for development
HEX
#5E61EDRGB
rgb(94, 97, 237)HSL
hsl(239, 80%, 65%)OKLCH
oklch(0.57 0.206 276.7)CMYK
cmyk(60%, 59%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4143EA
2#2326E7
3#171AD1
4#1417B3
5#111395
6#0D0F77
7#0A0B5A
8#07083C
9#03041E
Tints
Lighter variations
1#6E71EF
2#7E80F1
3#8F90F3
4#9FA0F4
5#AFB0F6
6#BFC0F8
7#CFD0FA
8#DFDFFB
9#EFEFFD
Tones
Muted variations
1#6568E6
2#6D6FDF
3#7475D8
4#7B7CD1
5#8283C9
6#898AC2
7#9091BB
8#9798B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C3C4F8;
--royal-blue-300: #9597F3;
--royal-blue-400: #5E61ED;
--royal-blue-500: #3034E8;
--royal-blue-600: #1619CA;
--royal-blue-700: #1214A1;
--royal-blue-800: #0D0E73;
--royal-blue-900: #080949;
--royal-blue-950: #05062E;
}