Royal Blue
#7255F7
BlueColor Codes
All color formats for development
HEX
#7255F7RGB
rgb(114, 85, 247)HSL
hsl(251, 91%, 65%)OKLCH
oklch(0.574 0.229 284.8)CMYK
cmyk(54%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5835F5
2#3E15F4
3#310ADE
4#2A09BE
5#23079E
6#1C067F
7#15045F
8#0E033F
9#070120
Tints
Lighter variations
1#8066F8
2#8E77F9
3#9D88F9
4#AB99FA
5#B9AAFB
6#C7BBFC
7#D5CCFD
8#E3DDFD
9#F1EEFE
Tones
Muted variations
1#775DEF
2#7D65E7
3#826DDF
4#8775D6
5#8C7DCE
6#9185C6
7#968DBE
8#9B96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CBC0FC;
--royal-blue-300: #A38FFA;
--royal-blue-400: #7255F7;
--royal-blue-500: #4A24F5;
--royal-blue-600: #300AD6;
--royal-blue-700: #2608AA;
--royal-blue-800: #1B067A;
--royal-blue-900: #11044E;
--royal-blue-950: #0B0231;
}