Royal Blue
#6F5EED
BlueColor Codes
All color formats for development
HEX
#6F5EEDRGB
rgb(111, 94, 237)HSL
hsl(247, 80%, 65%)OKLCH
oklch(0.578 0.207 283.2)CMYK
cmyk(53%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5441EA
2#3A23E7
3#2D17D1
4#2614B3
5#201195
6#1A0D77
7#130A5A
8#0D073C
9#06031E
Tints
Lighter variations
1#7D6EEF
2#8C7EF1
3#9A8FF3
4#A99FF4
5#B7AFF6
6#C5BFF8
7#D4CFFA
8#E2DFFB
9#F1EFFD
Tones
Muted variations
1#7465E6
2#7A6DDF
3#7F74D8
4#857BD1
5#8A82C9
6#9089C2
7#9590BB
8#9B97B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #CAC3F8;
--royal-blue-300: #A095F3;
--royal-blue-400: #6F5EED;
--royal-blue-500: #4630E8;
--royal-blue-600: #2B16CA;
--royal-blue-700: #2312A1;
--royal-blue-800: #190D73;
--royal-blue-900: #100849;
--royal-blue-950: #0A052E;
}