Royal Blue
#4F5EFC
BlueColor Codes
All color formats for development
HEX
#4F5EFCRGB
rgb(79, 94, 252)HSL
hsl(235, 97%, 65%)OKLCH
oklch(0.568 0.232 272.4)CMYK
cmyk(69%, 63%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F40FC
2#0E22FB
3#0316E5
4#0313C4
5#0210A3
6#020D83
7#010A62
8#010641
9#000321
Tints
Lighter variations
1#616EFD
2#727EFD
3#848EFD
4#969EFD
5#A7AEFE
6#B9BEFE
7#CACFFE
8#DCDFFE
9#EDEFFF
Tones
Muted variations
1#5865F4
2#606CEB
3#6973E2
4#727ADA
5#7A82D1
6#8389C8
7#8C90C0
8#9497B7
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B95 #8B95FD | BordersInactive statesPlaceholder text |
| 400 | 4F5E #4F5EFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2F #1D2FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0316 #0316DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0311 #0311B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020C #020C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0108 #010850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FF;
--royal-blue-100: #DCDFFE;
--royal-blue-200: #BEC3FE;
--royal-blue-300: #8B95FD;
--royal-blue-400: #4F5EFC;
--royal-blue-500: #1D2FFC;
--royal-blue-600: #0316DD;
--royal-blue-700: #0311B0;
--royal-blue-800: #020C7E;
--royal-blue-900: #010850;
--royal-blue-950: #010532;
}