Royal Blue
#655BF1
BlueColor Codes
All color formats for development
HEX
#655BF1RGB
rgb(101, 91, 241)HSL
hsl(244, 84%, 65%)OKLCH
oklch(0.568 0.217 279.9)CMYK
cmyk(58%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483CEE
2#2B1EEB
3#2013D5
4#1B10B7
5#170D98
6#120B7A
7#0E085B
8#09053D
9#05031E
Tints
Lighter variations
1#746BF2
2#847CF4
3#938CF5
4#A29CF6
5#B2ADF8
6#C1BDF9
7#D1CEFB
8#E0DEFC
9#F0EFFE
Tones
Muted variations
1#6B62E9
2#726AE2
3#7871DA
4#7F79D3
5#8580CB
6#8C88C4
7#928FBC
8#9997B5
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A93 #9A93F6 | BordersInactive statesPlaceholder text |
| 400 | 655B #655BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 392C #392CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F12 #1F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180E #180EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFC;
--royal-blue-200: #C6C2FA;
--royal-blue-300: #9A93F6;
--royal-blue-400: #655BF1;
--royal-blue-500: #392CED;
--royal-blue-600: #1F12CE;
--royal-blue-700: #180EA4;
--royal-blue-800: #110A75;
--royal-blue-900: #0B074B;
--royal-blue-950: #07042F;
}