Royal Blue
#6255F7
BlueColor Codes
All color formats for development
HEX
#6255F7RGB
rgb(98, 85, 247)HSL
hsl(245, 91%, 65%)OKLCH
oklch(0.562 0.232 279.5)CMYK
cmyk(60%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4535F5
2#2815F4
3#1C0ADE
4#1809BE
5#14079E
6#10067F
7#0C045F
8#08033F
9#040120
Tints
Lighter variations
1#7266F8
2#8177F9
3#9188F9
4#A199FA
5#B1AAFB
6#C0BBFC
7#D0CCFD
8#E0DDFD
9#EFEEFE
Tones
Muted variations
1#695DEF
2#7065E7
3#766DDF
4#7D75D6
5#847DCE
6#8B85C6
7#918DBE
8#9896B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 988F #988FFA | BordersInactive statesPlaceholder text |
| 400 | 6255 #6255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3524 #3524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0A #1B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1608 #1608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F06 #0F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C5C0FC;
--royal-blue-300: #988FFA;
--royal-blue-400: #6255F7;
--royal-blue-500: #3524F5;
--royal-blue-600: #1B0AD6;
--royal-blue-700: #1608AA;
--royal-blue-800: #0F067A;
--royal-blue-900: #0A044E;
--royal-blue-950: #060231;
}