Royal Blue
#5C66F0
BlueColor Codes
All color formats for development
HEX
#5C66F0RGB
rgb(92, 102, 240)HSL
hsl(236, 83%, 65%)OKLCH
oklch(0.58 0.204 274.9)CMYK
cmyk(62%, 57%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D49ED
2#1F2DEA
3#1421D4
4#111CB6
5#0E1798
6#0B1379
7#080E5B
8#06093D
9#03051E
Tints
Lighter variations
1#6C75F1
2#7C84F3
3#8D94F4
4#9DA3F6
5#ADB2F7
6#BEC2F9
7#CED1FA
8#DEE0FC
9#EFF0FD
Tones
Muted variations
1#636CE8
2#6A72E1
3#7279DA
4#797FD2
5#8186CB
6#888CC3
7#9092BC
8#9799B5
9#9E9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949A #949AF5 | BordersInactive statesPlaceholder text |
| 400 | 5C66 #5C66F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3A #2D3AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131F #131FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F19 #0F19A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE0FC;
--royal-blue-200: #C2C6F9;
--royal-blue-300: #949AF5;
--royal-blue-400: #5C66F0;
--royal-blue-500: #2D3AEB;
--royal-blue-600: #131FCD;
--royal-blue-700: #0F19A3;
--royal-blue-800: #0B1275;
--royal-blue-900: #070B4B;
--royal-blue-950: #04072F;
}