Royal Blue
#4F60FC
BlueColor Codes
All color formats for development
HEX
#4F60FCRGB
rgb(79, 96, 252)HSL
hsl(234, 97%, 65%)OKLCH
oklch(0.572 0.23 272.1)CMYK
cmyk(69%, 62%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F43FC
2#0E26FB
3#031AE5
4#0316C4
5#0213A3
6#020F83
7#010B62
8#010741
9#000421
Tints
Lighter variations
1#6170FD
2#7280FD
3#8490FD
4#96A0FD
5#A7B0FE
6#B9C0FE
7#CACFFE
8#DCDFFE
9#EDEFFF
Tones
Muted variations
1#5867F4
2#606EEB
3#6975E2
4#727CDA
5#7A83D1
6#838AC8
7#8C91C0
8#9498B7
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 | BEC4 #BEC4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B97 #8B97FD | BordersInactive statesPlaceholder text |
| 400 | 4F60 #4F60FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D33 #1D33FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0319 #0319DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0314 #0314B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020E #020E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0109 #010950 | Primary textHigh emphasis contentDark headings |
| 950 | 0106 #010632 | 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: #BEC4FE;
--royal-blue-300: #8B97FD;
--royal-blue-400: #4F60FC;
--royal-blue-500: #1D33FC;
--royal-blue-600: #0319DD;
--royal-blue-700: #0314B0;
--royal-blue-800: #020E7E;
--royal-blue-900: #010950;
--royal-blue-950: #010632;
}