Royal Blue
#5F6BEC
BlueColor Codes
All color formats for development
HEX
#5F6BECRGB
rgb(95, 107, 236)HSL
hsl(235, 79%, 65%)OKLCH
oklch(0.588 0.192 274.8)CMYK
cmyk(60%, 55%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4250E9
2#2434E5
3#1828D0
4#1522B2
5#111C94
6#0E1777
7#0A1159
8#070B3B
9#03061E
Tints
Lighter variations
1#6F7AEE
2#7F89F0
3#8F97F2
4#9FA6F4
5#AFB5F6
6#BFC4F8
7#CFD3F9
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#6671E5
2#6D77DE
3#747DD7
4#7B82D0
5#8288C9
6#8A8EC2
7#9194BB
8#989AB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969E #969EF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6B #5F6BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3241 #3241E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1826 #1826C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131E #131EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D16 #0D1672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C8F8;
--royal-blue-300: #969EF3;
--royal-blue-400: #5F6BEC;
--royal-blue-500: #3241E7;
--royal-blue-600: #1826C9;
--royal-blue-700: #131EA0;
--royal-blue-800: #0D1672;
--royal-blue-900: #090E49;
--royal-blue-950: #05092E;
}