Royal Blue
#5F7BEC
BlueColor Codes
All color formats for development
HEX
#5F7BECRGB
rgb(95, 123, 236)HSL
hsl(228, 79%, 65%)OKLCH
oklch(0.618 0.172 270.2)CMYK
cmyk(60%, 48%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4263E9
2#244BE5
3#183DD0
4#1534B2
5#112C94
6#0E2377
7#0A1A59
8#07113B
9#03091E
Tints
Lighter variations
1#6F89EE
2#7F96F0
3#8FA3F2
4#9FB0F4
5#AFBDF6
6#BFCAF8
7#CFD8F9
8#DFE5FB
9#EFF2FD
Tones
Muted variations
1#6680E5
2#6D84DE
3#7488D7
4#7B8CD0
5#8291C9
6#8A95C2
7#9199BB
8#989DB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A9 #96A9F3 | BordersInactive statesPlaceholder text |
| 400 | 5F7B #5F7BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3256 #3256E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183B #183BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132F #132FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D22 #0D2272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CEF8;
--royal-blue-300: #96A9F3;
--royal-blue-400: #5F7BEC;
--royal-blue-500: #3256E7;
--royal-blue-600: #183BC9;
--royal-blue-700: #132FA0;
--royal-blue-800: #0D2272;
--royal-blue-900: #091549;
--royal-blue-950: #050D2E;
}