Royal Blue
#626DEA
BlueColor Codes
All color formats for development
HEX
#626DEARGB
rgb(98, 109, 234)HSL
hsl(235, 76%, 65%)OKLCH
oklch(0.592 0.186 275.4)CMYK
cmyk(58%, 53%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4552E6
2#2837E2
3#1C2BCC
4#1824AF
5#141E92
6#101875
7#0C1258
8#080C3A
9#04061D
Tints
Lighter variations
1#727CEC
2#818AEE
3#9199F0
4#A1A8F2
5#B0B6F4
6#C0C5F6
7#D0D3F9
8#E0E2FB
9#EFF0FD
Tones
Muted variations
1#6973E3
2#6F79DC
3#767ED5
4#7D84CE
5#8489C8
6#8B8FC1
7#9195BA
8#989AB3
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E2FB;
--royal-blue-200: #C5C9F7;
--royal-blue-300: #989FF1;
--royal-blue-400: #626DEA;
--royal-blue-500: #3544E3;
--royal-blue-600: #1B29C5;
--royal-blue-700: #15219D;
--royal-blue-800: #0F1770;
--royal-blue-900: #0A0F48;
--royal-blue-950: #06092D;
}