Royal Blue
#645FEC
BlueColor Codes
All color formats for development
HEX
#645FECRGB
rgb(100, 95, 236)HSL
hsl(242, 79%, 65%)OKLCH
oklch(0.57 0.206 279.2)CMYK
cmyk(58%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4742E9
2#2A24E5
3#1E18D0
4#1A15B2
5#161194
6#110E77
7#0D0A59
8#09073B
9#04031E
Tints
Lighter variations
1#736FEE
2#837FF0
3#928FF2
4#A29FF4
5#B1AFF6
6#C1BFF8
7#D0CFF9
8#E0DFFB
9#EFEFFD
Tones
Muted variations
1#6B66E5
2#716DDE
3#7874D7
4#7E7BD0
5#8582C9
6#8B8AC2
7#9291BB
8#9998B4
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 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9996 #9996F3 | BordersInactive statesPlaceholder text |
| 400 | 645F #645FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3832 #3832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D18 #1D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1713 #1713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110D #110D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | 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: #C5C4F8;
--royal-blue-300: #9996F3;
--royal-blue-400: #645FEC;
--royal-blue-500: #3832E7;
--royal-blue-600: #1D18C9;
--royal-blue-700: #1713A0;
--royal-blue-800: #110D72;
--royal-blue-900: #0B0949;
--royal-blue-950: #07052E;
}