Royal Blue
#655EED
BlueColor Codes
All color formats for development
HEX
#655EEDRGB
rgb(101, 94, 237)HSL
hsl(243, 80%, 65%)OKLCH
oklch(0.57 0.208 279.7)CMYK
cmyk(57%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4941EA
2#2C23E7
3#2017D1
4#1C14B3
5#171195
6#130D77
7#0E0A5A
8#09073C
9#05031E
Tints
Lighter variations
1#756EEF
2#847EF1
3#948FF3
4#A39FF4
5#B2AFF6
6#C2BFF8
7#D1CFFA
8#E0DFFB
9#F0EFFD
Tones
Muted variations
1#6C65E6
2#726DDF
3#7974D8
4#7F7BD1
5#8682C9
6#8C89C2
7#9290BB
8#9997B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F3 | BordersInactive statesPlaceholder text |
| 400 | 655E #655EED | Disabled statesSecondary iconsMuted text |
| 500 | 3A30 #3A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F16 #1F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1912 #1912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C3F8;
--royal-blue-300: #9A95F3;
--royal-blue-400: #655EED;
--royal-blue-500: #3A30E8;
--royal-blue-600: #1F16CA;
--royal-blue-700: #1912A1;
--royal-blue-800: #120D73;
--royal-blue-900: #0B0849;
--royal-blue-950: #07052E;
}