Royal Blue
#5284FA
BlueColor Codes
All color formats for development
HEX
#5284FARGB
rgb(82, 132, 250)HSL
hsl(222, 94%, 65%)OKLCH
oklch(0.639 0.184 264.5)CMYK
cmyk(67%, 47%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326DF9
2#1257F8
3#0748E1
4#063EC1
5#0534A1
6#042981
7#031F60
8#021540
9#010A20
Tints
Lighter variations
1#6390FA
2#749DFB
3#86A9FB
4#97B5FC
5#A8C2FC
6#BACEFD
7#CBDAFD
8#DCE6FE
9#EEF3FE
Tones
Muted variations
1#5A88F1
2#638BE9
3#6B8EE0
4#7392D8
5#7C95D0
6#8498C7
7#8D9CBF
8#959FB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFB | BordersInactive statesPlaceholder text |
| 400 | 5284 #5284FA | Disabled statesSecondary iconsMuted text |
| 500 | 2061 #2061F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0746 #0746DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0538 #0538AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #02194F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BFD1FD;
--royal-blue-300: #8DAEFB;
--royal-blue-400: #5284FA;
--royal-blue-500: #2061F8;
--royal-blue-600: #0746DA;
--royal-blue-700: #0538AD;
--royal-blue-800: #04287C;
--royal-blue-900: #02194F;
--royal-blue-950: #021031;
}